修复评论换行处理问题

This commit is contained in:
lyswhut 2022-05-07 12:56:38 +08:00
parent 8ab1bdf30a
commit 62c4bfb9eb

View File

@ -119,6 +119,7 @@ export default {
p {
line-height: 1.5;
word-break: break-all;
overflow-wrap: break-word;
}
}