问题描述
text-align: justify 在 ios 和 safari 中仅在 TextArea 文本域使用不生效,div 中正常
解决办法
增加 white-space: normal; 样式,出自 Justify Text in a HTML/XHTML TextArea
text-align: justify 在 ios 和 safari 中仅在 TextArea 文本域使用不生效,div 中正常
增加 white-space: normal; 样式,出自 Justify Text in a HTML/XHTML TextArea