fix: table resize handle line color, close #4813 #

pull/4825/head
tangjinzhou 2021-10-29 15:28:59 +08:00
parent a5604bb967
commit c8617dc9ee
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
z-index: 1; z-index: 1;
&-line { &-line {
display: block; display: block;
width: 3px; width: 1px;
margin-left: 7px; margin-left: 7px;
height: 100% !important; height: 100% !important;
background-color: @primary-color; background-color: @primary-color;