فهرست منبع

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