add table tool style

pr675
turingcat 3 years ago committed by Hufe
parent 86193af3f8
commit f64a620b22

@ -82,4 +82,23 @@
z-index: 9;
position: absolute;
border: 1px dotted #000000;
}
}
.ce-table-tool__line {
position: absolute;
z-index: 1;
background: transparent;
pointer-events: none;
}
.ce-table-tool__rline__resize {
position: absolute;
cursor: row-resize;
pointer-events: auto;
}
.ce-table-tool__cline__resize {
position: absolute;
cursor: col-resize;
pointer-events: auto;
}

Loading…
Cancel
Save