刘洋 7 mesiacov pred
rodič
commit
9b879cb9eb

+ 3 - 0
src/assets/style/base.less

@@ -37,6 +37,9 @@
 }
 
 .filter-line {
+  .arco-select-view-value {
+    // display: block;
+  }
   .arco-input-wrapper,
   .arco-select {
     width: 200px;

+ 1 - 0
src/components/select-agent/index.vue

@@ -9,6 +9,7 @@
     popup-container="body"
     v-bind="attrs"
     :trigger-props="{ autoFitPopupMinWidth: true }"
+    style="width: 335px !important"
     @change="onChange"
   >
     <template v-if="prefix" #prefix>考点</template>