按钮+图标
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <el-tab-pane label="宗地分割" name="zd"> | 4 | <el-tab-pane label="宗地分割" name="zd"> |
5 | <div class="fg-tabs top20"> | 5 | <div class="fg-tabs top20"> |
6 | <span class="tips">分割前宗地信息</span> | 6 | <span class="tips">分割前宗地信息</span> |
7 | <el-button type="primary" class="addBtn" @click="newAdd">新增</el-button> | 7 | <el-button type="primary" class="addBtn" @click="newAdd" icon="el-icon-plus">新增</el-button> |
8 | <div class="fgq"> | 8 | <div class="fgq"> |
9 | <el-card class="data"> | 9 | <el-card class="data"> |
10 | <div slot="header" class="clearfix"> | 10 | <div slot="header" class="clearfix"> | ... | ... |
... | @@ -22,8 +22,8 @@ | ... | @@ -22,8 +22,8 @@ |
22 | placeholder="输入不动产单元号" | 22 | placeholder="输入不动产单元号" |
23 | ></el-input> | 23 | ></el-input> |
24 | </el-form-item> | 24 | </el-form-item> |
25 | <el-button type="primary" style="margin-left:30px" @click="search">查询</el-button> | 25 | <el-button type="primary" style="margin-left:30px" @click="search" icon="el-icon-search">查询</el-button> |
26 | <el-button type="warning" @click="reset">重置</el-button> | 26 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
27 | </el-form> | 27 | </el-form> |
28 | </el-col> | 28 | </el-col> |
29 | </el-row> | 29 | </el-row> | ... | ... |
-
Please register or sign in to post a comment