feat: opti resize table handle

pull/4757/head
tangjinzhou 2022-04-23 15:43:54 +08:00
parent 91527cbc25
commit 38d7408ecf
1 changed files with 14 additions and 2 deletions

View File

@ -23,6 +23,18 @@
}
}
.dragging .@{table-prefix-cls}-resize-handle-line {
opacity: 1;
.dragging {
.@{table-prefix-cls}-resize-handle-line {
opacity: 1;
}
&:before {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
content: ' ';
width: 200vw;
transform: translateX(-50%);
opacity: 0;
}
}