Commit d64992d3 authored by CenXinYi's avatar CenXinYi

修改全局按钮的部分样式问题

Signed-off-by: 's avatarCenXinYi <2810162984@qq.com>
parent 73cb0644
......@@ -30,13 +30,14 @@
<div style="float: right">
<el-form-item>
<el-button
style="padding: 8px 7px;"
type="primary"
size="small"
icon="el-icon-plus"
@click="handleAdd"
>新增</el-button>
<el-button
style="padding: 8px 7px; width: 79px"
style="padding: 8px 7px;"
type="success"
size="small"
icon="el-icon-download"
......
......@@ -25,7 +25,7 @@
</el-form-item>
<el-form-item>
<el-button type="primary" style="padding: 8px 7px;" icon="el-icon-search" size="small" @click="handleQuery">查询</el-button>
<el-button type="primary" style="padding: 8px 7px;" icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button>
<el-button style="padding: 8px 7px;" icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button>
</el-form-item>
<!-- <div style="float: right">-->
<!-- <el-form-item>-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment