🐞 fix:暗黑主题下沉浸标签预选内容颜色

This commit is contained in:
preschooler
2024-08-27 11:23:05 +08:00
parent 0112e7203e
commit b67ed77030
3 changed files with 12 additions and 10 deletions

View File

@ -623,6 +623,12 @@ $prefix-cls: #{$namespace}-tags-view;
}
}
}
&__item--immerse:not(.is-active) {
&:hover {
color: var(--el-color-white);
}
}
}
}
</style>