fix: word break (#302)

fix #301
This commit is contained in:
YangFong 2024-05-27 08:48:17 +08:00 committed by GitHub
parent 7ade99b9b8
commit 080c61ba51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -82,7 +82,7 @@ section {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
display: flex; display: flex;
word-break: break-all; //word-break: break-all;
overflow-y: scroll; overflow-y: scroll;
} }

View File

@ -54,6 +54,7 @@ export default {
margin: `1.5em 8px`, margin: `1.5em 8px`,
'letter-spacing': `0.1em`, 'letter-spacing': `0.1em`,
color: baseColor, color: baseColor,
'text-align': `justify`,
}, },
// 引用样式 // 引用样式
@ -141,7 +142,7 @@ export default {
background: `rgba(27,31,35,.05)`, background: `rgba(27,31,35,.05)`,
padding: `3px 5px`, padding: `3px 5px`,
'border-radius': `4px`, 'border-radius': `4px`,
'word-break': `break-all`, // 'word-break': `break-all`,
}, },
link: { link: {