This topic created in 774 days ago, the information mentioned may be changed or developed.
7 replies • 2024-05-14 06:26:34 +08:00
 |
|
1
mangojiji May 13, 2024
加了个 word-break:break-all; 解决了。 white-space 不行。没搞懂这个规则。
|
 |
|
2
koor May 13, 2024
<span>之间不要换行
|
 |
|
3
ashuai May 13, 2024
.box 里加上 ```css word-wrap: break-word; ```
你实际内容是正经英文或中文吧?不是现在这种东西吧?
|