From c180579e9221a96ef48e7f60cef4db380aa010a7 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 17 Aug 2022 14:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collectionOfRegulatoryOpinions/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue index 949aa6995..8f388085b 100644 --- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue +++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue @@ -32,7 +32,6 @@ :maxTagCount="1" :getPopupContainer="triggerNode=> triggerNode.parentNode" class="box-input" - style="width: 100%" :tree-data="CategoryTreeList" tree-checkable :placeholder="$t('PleaseSelect')+$t('technicalField')" @@ -320,8 +319,7 @@ } .title-text { - width: 20%; - min-width: 110px; + width: 110px; color: #000F16; display: inline-block; font-weight: 500; @@ -336,7 +334,7 @@ .box-input { display: inline-block; - width: 70%; + width: calc(100% - 126px); height: 38px; margin-top: 2px; }