Commit d9ba5980 by huaying

fix: 导出标签值按钮添加权限

parent a30c777b
......@@ -12,7 +12,7 @@
<i class="iconfont icon-shangc" />
导入多标签值会员
</el-button>
<el-button type="primary" class="ghost-btn" @click="importTagValue">
<el-button type="primary" class="ghost-btn" @click="importTagValue" :limit-code="$buttonCode.importTagValueBtnCode" v-if="$getButtonLimit($buttonCode.importTagValueBtnCode)" >
<i class="iconfont icon-xiazai" />
导出标签值
</el-button>
......
......@@ -277,10 +277,19 @@ export default {
justify-content: space-between;
align-items: center;
.icon {
display: inline-block;
width: 16px;
height: 16px;
padding: 1px;
border-radius: 2px;
margin: 0 4px;
}
&:hover {
color: #2F54EB;
background: #F2F3F5;
.icon:hover {
background: RGBA(229, 230, 235, 1);
}
}
.name-txt {
display: inline-block;
......@@ -297,45 +306,21 @@ export default {
.active-li {
color: #2F54EB;
background-color: #ebeffe;
.icon {
width: 16px;
height: 16px;
padding: 1px;
border-radius: 2px;
color: #2f54eb;
&:hover {
background: RGBA(216, 222, 252, 1);
}
}
.wrap span{
padding-left: 6px;
color: #2f54eb;
}
}
.icon:hover {
background: #d8defc;
}
}
.wrap span{
padding-left: 6px;
color: #303133;
}
li:hover {
background-color: #F2F3F5;
.icon {
padding: 1px;
border-radius: 2px;
background: RGBA(229, 230, 235, 1);
color: #303133;
}
}
}
li:active {
background-color: #EBEFFE;
.wrap span{
color: #2f54eb;
}
.icon {
color: #2f54eb;
}
}
.more {
line-height: 26px;
text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment