fix: 注释掉word-break样式以避免奇怪的换行问题
This commit is contained in:
parent
ef2e9c8d79
commit
c27caa607e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue