Commit cefd6d19 by 姜雷

Merge branch 'develop' into 'test'

修改运营商区域全选tag不在列表中显示 See merge request !158
parents d85308de 15dc881d
<template> <template>
<el-select <el-select
:class="{'no-show-last':selectedAll}"
popper-class="dashboard-area-popper" popper-class="dashboard-area-popper"
:clearable="clearable" :clearable="clearable"
:disabled="disabled" :disabled="disabled"
...@@ -142,4 +143,13 @@ export default { ...@@ -142,4 +143,13 @@ export default {
line-height: inherit; line-height: inherit;
} }
} }
.el-select.no-show-last {
.el-select__tags {
.el-tag.el-tag--info {
&:last-child {
display: none;
}
}
}
}
</style> </style>
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