ソースを参照

style: 修改拖拽时鼠标样式

xyh 2 年 前
コミット
59333e3254
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/app/src/components/table/header-th/index.tsx

+ 1 - 1
packages/app/src/components/table/header-th/index.tsx

@@ -17,7 +17,7 @@ const HeaderTh: FC<Props> = function ({header, useDiv}) {
 
   const style: CSSProperties = {
     width: header.getSize(),
-    cursor: 'pointer',
+    cursor: 'move',
     opacity: useDiv ? '0.5' : '1',
   };