刘洋 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 {
+  .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>