Skip to content

Commit

Permalink
style: tagviews styles update
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jul 30, 2022
1 parent 55522b0 commit bff7d93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/TagsView/src/TagsView.vue
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit bff7d93

Please sign in to comment.