Browse Source

:bug: 编辑模式行间距太大

visuddhinanda 3 years ago
parent
commit
19b156f90b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/Wbw/WbwPali.tsx

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

@@ -145,7 +145,7 @@ const Widget = ({ data, display, onSave }: IWidget) => {
         marginTop: "-1.5em",
         marginTop: "-1.5em",
         marginLeft: "-2em",
         marginLeft: "-2em",
       };
       };
-      commentShellStyle = {
+      commentIconStyle = {
         visibility: isHover ? "visible" : "hidden",
         visibility: isHover ? "visible" : "hidden",
         cursor: "pointer",
         cursor: "pointer",
       };
       };