header样式修改

This commit is contained in:
wujiawen
2020-01-15 15:31:41 +08:00
parent 75c6858779
commit aaa1118154
4 changed files with 47 additions and 12 deletions

View File

@@ -26,7 +26,8 @@
<div class="content-right">
<div class="top-tools">
<button @click.stop="tagShow('showAdd')" class="nz-btn nz-btn-size-normal nz-btn-style-normal float-right" id="asset-add">
<span class="top-tool-btn-txt">{{$t('overall.add')}}</span>
<span class="top-tool-btn-txt">{{$t('overall.add')}}</span>
<!-- ADD按钮 -->
</button>
<div class="top-tool-search float-right"><search-input :searchMsg="searchMsg" @search="search"></search-input></div>
</div>
@@ -48,7 +49,7 @@
<template slot="header" slot-scope="scope">
<span v-if="index==0">
<span @click.stop="elementsetShow('shezhi',$event)" id="asset-tab-set">
<i class="el-icon-setting"></i>
<i class="nz-icon nz-icon-gear"></i>
</span>
<span>{{item.label}}</span>
</span>
@@ -655,6 +656,9 @@
.tab-input-square-high {
border: 1px solid #1166bb;
}
#asset-tab-set{
}
</style>
<style lang="scss">
.asset .content-left .el-checkbox__input.is-focus .el-checkbox__inner,