每周更新代码 开发中

This commit is contained in:
2025-08-29 16:44:18 +08:00
parent 03f3476ed4
commit e1a84a5743
338 changed files with 75128 additions and 13 deletions

View File

@@ -85,6 +85,34 @@ export default {
text-decoration: underline !important;
}
}
:deep(p) {
text-align: justify !important;
text-justify: inter-ideograph !important;
line-height: 2 !important;
margin: 0.8em 0 !important;
/* 英文按单词换行,避免拆词;超长连续单词在必要时断行 */
white-space: normal !important;
word-break: normal !important;
overflow-wrap: break-word !important; /* 现代浏览器 */
word-wrap: break-word !important; /* 旧版兼容 */
hyphens: none;
}
:deep(div) {
text-align: justify !important;
text-justify: inter-ideograph !important;
line-height: 2 !important;
margin: 0.8em 0 !important;
/* 英文按单词换行,避免拆词;超长连续单词在必要时断行 */
white-space: normal !important;
word-break: normal !important;
overflow-wrap: break-word !important; /* 现代浏览器 */
word-wrap: break-word !important; /* 旧版兼容 */
hyphens: none;
}
}
.loading-container {
text-align: center;