Przeglądaj źródła

优化字典搜索功能

汪钰 3 lat temu
rodzic
commit
68709ab881

+ 3 - 1
src/views/system/dictionary/components/dict-data-search.vue

@@ -43,7 +43,6 @@
       </el-col>
       <el-col v-bind="styleResponsive ? { md: 4 } : { span: 4 }">
         <el-form-item>
-          <el-button @click="reset">重置</el-button>
           <el-button
             size="small"
             type="primary"
@@ -53,6 +52,9 @@
           >
             查询
           </el-button>
+
+          <el-button @click="reset" size="medium">重置</el-button>
+
           <slot></slot>
         </el-form-item>
       </el-col>