开始内容管理

This commit is contained in:
augushong
2020-04-17 23:33:01 +08:00
parent b1a7d686f9
commit dc15576de8
16 changed files with 776 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
}
.ql-editor {
box-sizing: border-box;
line-height: 1.42;
line-height: 2.42;
height: 100%;
outline: none;
overflow-y: auto;
@@ -59,10 +59,12 @@
margin: 0;
padding: 0;
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
line-height: 3;
}
.ql-editor ol,
.ql-editor ul {
padding-left: 1.5em;
line-height: 2.42;
}
.ql-editor ol > li,
.ql-editor ul > li {