这是我使用的css
> p {
> text-align: justify;
> text-justify: inter-word;
> }发布于 2019-12-09 15:33:53
我已经解决了这个问题,我在我的css中添加了这个。
body {
text-rendering: geometricPrecision;
}发布于 2019-12-05 14:25:10
你的css看起来不错。可能有一些其他css正在重写文本对齐属性
https://stackoverflow.com/questions/59189219
复制相似问题