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; }