Browse Source

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

pull/4825/head
tangjinzhou 3 years ago
parent
commit
c8617dc9ee
  1. 2
      components/table/style/resize.less

2
components/table/style/resize.less

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

Loading…
Cancel
Save