表头拖拽触发范围

This commit is contained in:
刘彦泽
2023-02-16 14:58:37 +08:00
parent 3504521f66
commit 939e595671
+3 -3
View File
@@ -113,14 +113,14 @@
right: 0; right: 0;
top: 0; top: 0;
height: 100%; height: 100%;
width: 1px; width: 5px;
z-index: 1; z-index: 1;
border-left: 1px #e8e8e8 solid; border-right: 1px #e8e8e8 solid;
} }
.nio-drag-handler:hover, .nio-drag-handler:hover,
.nio-drag-handler:focus{ .nio-drag-handler:focus{
cursor: col-resize!important; cursor: col-resize!important;
border: 1px solid #0bd9d9!important; border-right: 2px solid #0bd9d9!important;
} }
.ant-table-column-title { .ant-table-column-title {