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:
Meet you 2025-03-08 09:12:36 +08:00 committed by GitHub
parent 244e811b44
commit a441b70448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {