Explorar el Código

style: 修改拖拽时鼠标样式

xyh hace 2 años
padre
commit
59333e3254
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
   };