فهرست منبع

鼠标箭头变成手

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" }} />} />
   ) : (
   ) : (
     <></>
     <></>
   );
   );