Commit 9623ce17 by yuananting

fix:过滤原标签样式

parent 274326c1
...@@ -43,6 +43,15 @@ ...@@ -43,6 +43,15 @@
// p { // p {
// display: inline; // display: inline;
// } // }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal !important;
font-size: 14px !important;
}
} }
.editor-limit { .editor-limit {
padding-right: 12px; padding-right: 12px;
...@@ -63,6 +72,15 @@ ...@@ -63,6 +72,15 @@
// display: inline; // display: inline;
overflow-y: scroll; overflow-y: scroll;
} }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal !important;
font-size: 14px !important;
}
} }
.editor-limit { .editor-limit {
text-align: right; 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