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.
我有一个很长的文本字符串,可以很好地环绕,但是,文本看起来很紧凑。有没有办法使用 css 或其他任何东西在包装文本之间添加一些空格?
尝试在父元素上添加 CSS 行高:
line-height:140%;
line-height:140%