add table tool style

This commit is contained in:
turingcat
2023-03-23 17:44:27 +08:00
committed by Hufe
parent 86193af3f8
commit f64a620b22
+19
View File
@@ -83,3 +83,22 @@
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;
}