高级检索&样式修改

This commit is contained in:
宋伟佳
2021-05-26 19:35:21 +08:00
parent 433d101700
commit cf3f4fe7ae
7 changed files with 80 additions and 74 deletions
+7 -4
View File
@@ -8,14 +8,16 @@
<slot name="content"></slot>
</div>
<div class="advanced-search-footer">
<el-button icon="el-icon-search"
<el-button size="small"
type="primary"
class="common-button-primary"
round @click="advancedSearch" style="margin-right: 5px" >{{$t('m.advancedSearch')}}</el-button>
@click="advancedSearch" style="margin-right: 5px" >{{$t('m.search')}}</el-button>
<el-button @click="reset"
class="common-button-default"
icon="el-icon-refresh-left"
round></el-button>
size="small"
>
清空
</el-button>
</div>
</div>
</transition>
@@ -114,6 +116,7 @@ export default {
padding: 8px 20px;
.flex();
justify-content: flex-end;
margin-top: -20px;
}
}
.tools-bar-wrapper{