Przeglądaj źródła

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

lishihao 4 lat temu
rodzic
commit
09d2077fbd
1 zmienionych plików z 1 dodań i 1 usunięć
  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,