mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(components): [select-v2] group label overflow hidden (#18551)
fix(components): [select-v2] overflow hidden
This commit is contained in:
parent
10fcc59ed4
commit
e306995707
@ -17,10 +17,14 @@
|
||||
}
|
||||
|
||||
@include e(title) {
|
||||
padding-left: $gap;
|
||||
box-sizing: border-box;
|
||||
padding: 0 $gap;
|
||||
font-size: map.get($select-group, 'font-size');
|
||||
color: map.get($select-group, 'text-color');
|
||||
line-height: map.get($select-group, 'height');
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
& .#{$namespace}-select-dropdown__item {
|
||||
|
Loading…
Reference in New Issue
Block a user