Selaa lähdekoodia

鼠标箭头变成手

visuddhinanda 3 vuotta sitten
vanhempi
sitoutus
19ff18895b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 ? (
-    <CommentBox trigger={<CommentOutlined />} />
+    <CommentBox trigger={<CommentOutlined style={{ cursor: "pointer" }} />} />
   ) : (
     <></>
   );