mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
revert(components): [table-v2] #18179 & fix header checkbox z-index
This commit is contained in:
parent
5917190205
commit
e865e82006
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user