刘洋 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>