1. 程式人生 > 實用技巧 >解決文字框顯示不換行white-space

解決文字框顯示不換行white-space

*規定段落中的文字white-space:

vue程式碼中:<div v-html="entity.summary" style="white-space: pre-line;"></div>

不加style前,不能識別換行,加了後,顯示正常,問題解決。