每周更新代码 开发中
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user