Przeglądaj źródła

鼠标箭头变成手

visuddhinanda 3 lat temu
rodzic
commit
19ff18895b

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

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