소스 검색

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,