fix(components): [table-v2] header checkbox cover fixedHeader when scroll (#18179)

fix(components): [table-v2]header checkbox cover fixedHeader when scroll

closed #18163
This commit is contained in:
kimverchan 2024-09-06 10:55:30 +08:00 committed by GitHub
parent 2dbe2bf4af
commit 1346bf9275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,9 +86,11 @@
left: 0;
box-shadow: 2px 0 4px 0 rgb(0 0 0 / 6%);
@include hidden-scrollbar;
z-index: 1;
}
@include e('right') {
z-index: 1;
@include table-root;
right: 0;
box-shadow: -2px 0 4px 0 rgb(0 0 0 / 6%);