wenbobowen 4 tahun lalu
induk
melakukan
5241b6da41
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/components/filterModal/index.vue

+ 2 - 2
src/components/filterModal/index.vue

@@ -11,8 +11,8 @@
       </div>
       <slot />
       <span slot="footer" class="dialog-footer">
-        <el-button size="small" @click="reset()">重置</el-button>
-        <el-button type="primary" size="small" @click="confirm()">筛选</el-button>
+        <el-button @click="reset()">重置</el-button>
+        <el-button type="primary" @click="confirm()">筛选</el-button>
       </span>
     </el-dialog>
   </div>