Преглед изворни кода

feat(handsontable): 缩小序号列的宽度

lishihao пре 4 година
родитељ
комит
09d2077fbd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      handsontable/src/css/handsontable.css

+ 1 - 1
handsontable/src/css/handsontable.css

@@ -193,7 +193,7 @@
   cursor: row-resize;
   z-index: 110;
   height: 5px;
-  width: 50px;
+  width: 40px;
 }
 
 .handsontable .manualColumnResizer:hover,