dragging cursor for datatable

This commit is contained in:
devezhao-mbp 2020-06-16 23:13:06 +08:00
parent 2c87f9cdd7
commit 71c1f54f45

View file

@ -1176,13 +1176,13 @@ a {
.data-list .table thead th>div>i.dividing { .data-list .table thead th>div>i.dividing {
width: 10px; width: 10px;
border-right: 2px dotted #aaa; border-right: 2px dotted #aaa;
cursor: e-resize; cursor: col-resize;
} }
i.dividing.ui-draggable-dragging { i.dividing.ui-draggable-dragging {
border-right-color: #4285f4 !important; border-right-color: #4285f4 !important;
z-index: 7; z-index: 8;
cursor: e-resize; cursor: col-resize;
} }
.data-list .table thead th>div>i.zmdi { .data-list .table thead th>div>i.zmdi {