hml 5 月之前
父節點
當前提交
d3b9a18d83
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      src_product/iam/audit/riskLibrary/audit-process-risk.vue

+ 5 - 4
src_product/iam/audit/riskLibrary/audit-process-risk.vue

@@ -3,7 +3,7 @@
     <div :class="$style.title">
       <a-form-model layout="inline">
         <a-form-model-item label="单位:">
-          <div style="width: 100%">
+          <div style="width: 300px">
             <SdGroupPicker
               ref="cRelSelect"
               v-model="companyUnit"
@@ -38,14 +38,15 @@
           <div :class="[$style.viewBody, $style.viewBodySmall]">
             <div :class="$style.contentTitle">问题推送数量</div>
             <a-form-model layout="inline" :class="$style.searchform">
-              <a-form-model-item label="业务领域:">
-                <div style="100%">
+              <a-form-model-item>
+                <div style="width: 100%">
                   <!-- 多选 -->
                   <a-select
                     v-model="searchForm.area"
                     mode="multiple"
+                    placeholder="请选择业务领域"
                     :max-tag-count="2"
-                    style="100%"
+                    style="min-width: 300px"
                     @change="areaChange"
                   >
                     <template slot="maxTagPlaceholder"> ... </template>