Ver Fonte

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

visuddhinanda há 3 anos atrás
pai
commit
19b156f90b
1 ficheiros alterados com 1 adições e 1 exclusões
  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",
         marginLeft: "-2em",
       };
-      commentShellStyle = {
+      commentIconStyle = {
         visibility: isHover ? "visible" : "hidden",
         cursor: "pointer",
       };