Commit 9623ce17 by yuananting

fix:过滤原标签样式

parent 274326c1
......@@ -43,6 +43,15 @@
// p {
// display: inline;
// }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal !important;
font-size: 14px !important;
}
}
.editor-limit {
padding-right: 12px;
......@@ -63,6 +72,15 @@
// display: inline;
overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal !important;
font-size: 14px !important;
}
}
.editor-limit {
text-align: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment