Browse Source

设置select输入框大小

Zhang Li, BBF-411-2(Neusoft) 2 years ago
parent
commit
bf8b3556be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/modules/knowledge/config/bannerList.vue

+ 2 - 2
src/views/modules/knowledge/config/bannerList.vue

@@ -18,7 +18,7 @@
                     class="form-item-style"
                     class="form-item-style"
                     label="类型"
                     label="类型"
                     name="type">
                     name="type">
-                    <a-select class="set-select" v-model="queryParam.type" placeholder="请选择" allowClear>
+                    <a-select class="set-input" v-model="queryParam.type" placeholder="请选择" allowClear>
                       <a-select-option v-for="(item,index) in typeList" :key="index" :value="item.value">
                       <a-select-option v-for="(item,index) in typeList" :key="index" :value="item.value">
                         {{item.label}}
                         {{item.label}}
                       </a-select-option>
                       </a-select-option>
@@ -28,7 +28,7 @@
                     class="form-item-style"
                     class="form-item-style"
                     label="上线/下线"
                     label="上线/下线"
                     name="online">
                     name="online">
-                    <a-select class="set-select" v-model="queryParam.enabled" placeholder="请选择" allowClear>
+                    <a-select class="set-input" v-model="queryParam.enabled" placeholder="请选择" allowClear>
                       <a-select-option v-for="(item,index) in lineList" :key="index" :value="item.value">
                       <a-select-option v-for="(item,index) in lineList" :key="index" :value="item.value">
                         {{item.label}}
                         {{item.label}}
                       </a-select-option>
                       </a-select-option>