Skip to content

Commit c8617dc

Browse files
committed
fix: table resize handle line color, close #4813 #
1 parent a5604bb commit c8617dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/style/resize.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
z-index: 1;
1313
&-line {
1414
display: block;
15-
width: 3px;
15+
width: 1px;
1616
margin-left: 7px;
1717
height: 100% !important;
1818
background-color: @primary-color;

0 commit comments

Comments
 (0)