Browse Source

MdView marginBottom: 0

visuddhinanda 2 years ago
parent
commit
8e41e585a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/SentEdit/SentCell.tsx

+ 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}
             />