fix: 注释掉word-break样式以避免奇怪的换行问题

This commit is contained in:
yangzhe 2025-07-15 09:36:19 +08:00
parent ef2e9c8d79
commit c27caa607e
1 changed files with 2 additions and 1 deletions

View File

@ -442,7 +442,8 @@ export default {
width: auto !important;
height: auto !important;
/* 确保内部不会有奇怪的换行 */
word-break: keep-all !important;
/* 下面不注释的话会有奇怪的换行 */
/* word-break: keep-all !important; */
line-height: inherit !important;
}