icon图标修改
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
<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">
|
||||
<i class="nz-icon-create-square nz-icon"></i>
|
||||
{{$t('overall.add')}}</span>
|
||||
<!-- ADD按钮 -->
|
||||
</button>
|
||||
<div class="top-tool-search float-right"><search-input :searchMsg="searchMsg" @search="search"></search-input></div>
|
||||
@@ -46,12 +48,12 @@
|
||||
:key="`col_${index}`"
|
||||
:label="item.label"
|
||||
>
|
||||
<template slot="header" slot-scope="scope">
|
||||
<span v-if="index==0">
|
||||
<span @click.stop="elementsetShow('shezhi',$event)" id="asset-tab-set">
|
||||
<template slot="header" slot-scope="scope" class='nav-table-column-header'>
|
||||
<span v-if="index==0" class='nav-tabel-header'>
|
||||
<span @click.stop="elementsetShow('shezhi',$event)" class="nz-table-gear">
|
||||
<i class="nz-icon nz-icon-gear"></i>
|
||||
</span>
|
||||
<span>{{item.label}}</span>
|
||||
<span class="nz-table-txt">{{item.label}}</span>
|
||||
</span>
|
||||
<div v-else>
|
||||
<span>{{item.label}}</span>
|
||||
@@ -656,9 +658,11 @@
|
||||
.tab-input-square-high {
|
||||
border: 1px solid #1166bb;
|
||||
}
|
||||
#asset-tab-set{
|
||||
|
||||
}
|
||||
.top-tools .top-tool-btn-txt .nz-icon{
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
margin-right:6px;
|
||||
}
|
||||
</style>
|
||||
<style lang="scss">
|
||||
.asset .content-left .el-checkbox__input.is-focus .el-checkbox__inner,
|
||||
|
||||
Reference in New Issue
Block a user