revert(components): [table-v2] #18179 & fix header checkbox z-index (#18554)

revert(components): [table-v2]  #18179 & fix header checkbox z-index
This commit is contained in:
sea 2024-10-15 14:43:58 +08:00 committed by GitHub
parent 5917190205
commit e865e82006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,12 +85,10 @@
@include table-root;
left: 0;
box-shadow: 2px 0 4px 0 rgb(0 0 0 / 6%);
z-index: 1;
@include hidden-scrollbar;
}
@include e('right') {
z-index: 1;
@include table-root;
right: 0;
box-shadow: -2px 0 4px 0 rgb(0 0 0 / 6%);
@ -112,6 +110,10 @@
@include e('header') {
position: relative;
overflow: hidden;
.#{$namespace}-checkbox {
z-index: 0;
}
}
@include e('footer') {