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