刘洋 7 ماه پیش
والد
کامیت
9b879cb9eb
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 3 0
      src/assets/style/base.less
  2. 1 0
      src/components/select-agent/index.vue

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

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

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

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