ff352cb7 by 焦泽平

按钮+图标

1 parent 808ca712
......@@ -4,7 +4,7 @@
<el-tab-pane label="宗地分割" name="zd">
<div class="fg-tabs top20">
<span class="tips">分割前宗地信息</span>
<el-button type="primary" class="addBtn" @click="newAdd">新增</el-button>
<el-button type="primary" class="addBtn" @click="newAdd" icon="el-icon-plus">新增</el-button>
<div class="fgq">
<el-card class="data">
<div slot="header" class="clearfix">
......
......@@ -22,8 +22,8 @@
placeholder="输入不动产单元号"
></el-input>
</el-form-item>
<el-button type="primary" style="margin-left:30px" @click="search">查询</el-button>
<el-button type="warning" @click="reset">重置</el-button>
<el-button type="primary" style="margin-left:30px" @click="search" icon="el-icon-search">查询</el-button>
<el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button>
</el-form>
</el-col>
</el-row>
......