浏览代码

鼠标箭头变成手

visuddhinanda 3 年之前
父节点
当前提交
19ff18895b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/components/template/Wbw/WbwPali.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwPali.tsx

@@ -108,7 +108,7 @@ const Widget = ({ data, onSave }: IWidget) => {
   );
   );
 
 
   const discussionIcon = isHover ? (
   const discussionIcon = isHover ? (
-    <CommentBox trigger={<CommentOutlined />} />
+    <CommentBox trigger={<CommentOutlined style={{ cursor: "pointer" }} />} />
   ) : (
   ) : (
     <></>
     <></>
   );
   );