style(components): [select, select-v2] adjust style (#9496)

the bottom part of some selected English letters are cut off

closed #9491
This commit is contained in:
wd
2022-08-31 11:46:45 +08:00
committed by GitHub
parent df39131856
commit 0539a2d420

View File

@@ -5,6 +5,7 @@
@mixin select-common($name) {
.#{$namespace}-#{$name}__tags-text {
display: inline-block;
line-height: normal;
@include utils-ellipsis;
}
}