高级检索&样式修改
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user