فهرست منبع

优化字典搜索功能

汪钰 3 سال پیش
والد
کامیت
68709ab881
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/views/system/dictionary/components/dict-data-search.vue

+ 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>