1
This commit is contained in:
@@ -155,11 +155,6 @@ body {
|
|||||||
tab-size: 4;
|
tab-size: 4;
|
||||||
-moz-tab-size: 4;
|
-moz-tab-size: 4;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre-wrap;
|
|
||||||
word-wrap: break-word; /* 兼容旧浏览器 */
|
|
||||||
overflow-wrap: break-word; /* 优先在空格处换行,避免单词拆分 */
|
|
||||||
word-break: normal; /* 禁止强制拆分单词 */
|
|
||||||
hyphens: auto; /* 可选:超长单词用连字符换行(更优雅) */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-editor>* {
|
.ql-editor>* {
|
||||||
@@ -171,7 +166,11 @@ body {
|
|||||||
.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 {
|
.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
|
||||||
|
word-wrap: break-word; /* 兼容旧浏览器 */
|
||||||
|
overflow-wrap: break-word; /* 优先在空格处换行,避免单词拆分 */
|
||||||
|
word-break: normal; /* 禁止强制拆分单词 */
|
||||||
|
hyphens: auto; /* 可选:超长单词用连字符换行(更优雅) */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-editor ol,.ql-editor ul {
|
.ql-editor ol,.ql-editor ul {
|
||||||
|
|||||||
@@ -254,11 +254,6 @@ div{
|
|||||||
tab-size: 4;
|
tab-size: 4;
|
||||||
-moz-tab-size: 4;
|
-moz-tab-size: 4;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre-wrap;
|
|
||||||
word-wrap: break-word; /* 兼容旧浏览器 */
|
|
||||||
overflow-wrap: break-word; /* 优先在空格处换行,避免单词拆分 */
|
|
||||||
word-break: normal; /* 禁止强制拆分单词 */
|
|
||||||
hyphens: auto; /* 可选:超长单词用连字符换行(更优雅) */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-editor>* {
|
.ql-editor>* {
|
||||||
@@ -268,7 +263,11 @@ div{
|
|||||||
.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 {
|
.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
|
||||||
|
word-wrap: break-word; /* 兼容旧浏览器 */
|
||||||
|
overflow-wrap: break-word; /* 优先在空格处换行,避免单词拆分 */
|
||||||
|
word-break: normal; /* 禁止强制拆分单词 */
|
||||||
|
hyphens: auto; /* 可选:超长单词用连字符换行(更优雅) */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-editor ol,.ql-editor ul {
|
.ql-editor ol,.ql-editor ul {
|
||||||
|
|||||||
Reference in New Issue
Block a user