style: tagviews styles update

This commit is contained in:
kailong321200875 2022-07-30 10:30:51 +08:00
parent 55522b0661
commit bff7d9370d
1 changed files with 2 additions and 4 deletions

View File

@ -492,15 +492,12 @@ watch(
}
}
&__item + &__item {
margin-left: 4px;
}
&__item {
position: relative;
top: 2px;
height: calc(~'100% - 4px');
padding-right: 25px;
margin-left: 4px;
font-size: 12px;
cursor: pointer;
border: 1px solid #d9d9d9;
@ -528,6 +525,7 @@ watch(
&__item.is-active {
color: var(--el-color-white);
background-color: var(--el-color-primary);
border: 1px solid var(--el-color-primary);
.@{prefix-cls}__item--close {
:deep(span) {
color: var(--el-color-white) !important;