|
@@ -2,7 +2,7 @@
|
|
<div class="right" :style="{ height: height, width: width }">
|
|
<div class="right" :style="{ height: height, width: width }">
|
|
<div class="up">
|
|
<div class="up">
|
|
<div>
|
|
<div>
|
|
- <div class="up-title">🔍筛选搜索</div>
|
|
|
|
|
|
+ <div class="up-title"><i class="el-icon-search"></i>筛选搜索</div>
|
|
<div class="btn">
|
|
<div class="btn">
|
|
<el-button plain>重置</el-button>
|
|
<el-button plain>重置</el-button>
|
|
<el-button type="primary" plain>查询列表</el-button>
|
|
<el-button type="primary" plain>查询列表</el-button>
|
|
@@ -214,6 +214,9 @@ export default {
|
|
float: right;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.el-icon-search{
|
|
|
|
+ padding-right: 10px;
|
|
|
|
+}
|
|
/**
|
|
/**
|
|
自适应
|
|
自适应
|
|
*/
|
|
*/
|