Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让一个单词在一定宽度的 Span 中换行?
这是我当前的代码,但是我尝试了很多东西......但是文本不断溢出跨度而不是
<span style="display:inline-block;width: 70px;word-wrap: break-word;">My Dashboard</span>
有任何想法吗?
谢谢