|
|
@@ -97,10 +97,10 @@
|
|
|
|
|
|
<el-col v-bind="styleResponsive ? { lg: 6, md: 6 } : { span: 6 }">
|
|
|
<div class="ele-form-actions">
|
|
|
- <el-button type="primary" icon="el-icon-search" class="ele-btn-icon" @click="search">
|
|
|
+ <el-button type="primary" size="mini" icon="el-icon-search" class="ele-btn-icon" @click="search">
|
|
|
查询
|
|
|
</el-button>
|
|
|
- <el-button @click="reset" icon="el-icon-refresh-left" type="primary">重置</el-button>
|
|
|
+ <el-button @click="reset" size="mini" icon="el-icon-refresh-left" type="primary">重置</el-button>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col v-bind="styleResponsive ? { lg: 24, md: 24 } : { span: 24 }" v-if="activeName == 'first'">
|