修复bug

This commit is contained in:
zhouyanli
2026-08-17 16:32:12 +08:00
parent 365391b490
commit a4c7318ff6
8 changed files with 30 additions and 27 deletions

View File

@@ -939,7 +939,8 @@ const showToastMessage = (message) => {
}
.rich-content {
white-space: normal !important;
word-break: normal !important;
word-break: break-all !important;
overflow-wrap: break-word !important;
overflow: hidden;
/* 富文本内嵌的所有元素不超出容器 */
* {