소스 검색

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',
   };