mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-06 16:30:35 +08:00
style(components): [cascader] add collapse-tag margin (#19890)
* fix(style): fix cascader style issue closed #19886 * fix(style): update * Update packages/theme-chalk/src/cascader.scss Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com> * chore: delete blank line --------- Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com> Co-authored-by: warmthsea <2586244885@qq.com>
This commit is contained in:
parent
244e811b44
commit
a441b70448
@ -178,6 +178,10 @@
|
||||
white-space: normal;
|
||||
z-index: getCssVar('index-normal');
|
||||
@include cascader-tag-normal(getCssVar('fill-color'));
|
||||
|
||||
.#{$namespace}-tag {
|
||||
margin: 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include e(suggestion-panel) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user