Procházet zdrojové kódy

MdView marginBottom: 0

visuddhinanda před 2 roky
rodič
revize
8e41e585a3

+ 1 - 1
dashboard/src/components/template/SentEdit/SentCell.tsx

@@ -177,7 +177,7 @@ const SentCellWidget = ({
             )
           ) : (
             <MdView
-              style={{ marginLeft: compact ? 0 : "2em" }}
+              style={{ marginLeft: compact ? 0 : "2em", marginBottom: 0 }}
               html={sentData.html !== "" ? sentData.html : "请输入"}
               wordWidget={wordWidget}
             />