This commit is contained in:
2025-07-17 15:08:52 +08:00
parent 07692a2a29
commit a373ee7163
2 changed files with 29 additions and 31 deletions

View File

@@ -170,8 +170,9 @@ body {
-moz-tab-size: 4;
text-align: left;
word-wrap: break-word;
overflow-wrap: anywhere;
white-space: normal !important;
overflow-wrap: break-word;
word-break: normal;
white-space: normal;
}
.ql-editor>* {
@@ -184,10 +185,10 @@ body {
margin: 0;
padding: 0;
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
word-break: normal;
overflow-wrap: anywhere; /* 更智能的换行方式 */
display: inline-block; /* 创建换行上下文 */
max-width: 100%;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: keep-all;
white-space: normal;
}
/* 移动端优化 */
@media (max-width: 768px) {