Просмотр исходного кода

style: 修改拖拽时鼠标样式

xyh 2 лет назад
Родитель
Сommit
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',
   };