feat: opti resize table handle
parent
91527cbc25
commit
38d7408ecf
|
@ -23,6 +23,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragging .@{table-prefix-cls}-resize-handle-line {
|
.dragging {
|
||||||
opacity: 1;
|
.@{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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue