From 69f3903b144d0747f33047da2fe441fb52dd7e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 13 Aug 2024 09:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/addQuestionnaire/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/addQuestionnaire/index.vue b/src/views/system/addQuestionnaire/index.vue index 963d9c8..fb83cf7 100644 --- a/src/views/system/addQuestionnaire/index.vue +++ b/src/views/system/addQuestionnaire/index.vue @@ -586,7 +586,7 @@ export default { } let queryparam = { hospitalAgencyId: this.$route.query.hospitalAgencyId, - nodeType:'DEPARTMENT' + nodeType: 'DEPARTMENT' } selectUserDepartment(queryparam).then(res => { this.departmentlist = res.data @@ -1303,11 +1303,10 @@ export default { .questionitem { padding-bottom: 1px; border-radius: 5px; - margin: 40px auto; background-color: #fff; box-shadow: 0px 2px 4px 0px rgba(162, 162, 162, 0.5); - width: 100%; - margin: 20px auto; + width: 98%; + margin: 20px 0; .combination { border-radius: 5px; @@ -1450,6 +1449,7 @@ export default { box-shadow: 0px 2px 4px 0px rgba(162, 162, 162, 0.5); border-radius: 4px; border: none; + width: 98%; } .addArea { @@ -1468,7 +1468,7 @@ export default { } .title-input { - width: 700px; + width: 98%; height: 40px; padding-left: 20px; background: #FFFFFF;