提交 e548acd9 authored 作者: 王鹏飞's avatar 王鹏飞

chore(bbs): bbs内容自动换行

上级 61a48a2a
...@@ -174,10 +174,12 @@ function handleSubmit() { ...@@ -174,10 +174,12 @@ function handleSubmit() {
} }
.discuss-item__main { .discuss-item__main {
min-height: 180px; min-height: 180px;
overflow: hidden;
} }
.discuss-item__content { .discuss-item__content {
font-size: 16px; font-size: 16px;
color: #666; color: #666;
word-wrap: break-word;
img { img {
max-width: 100%; max-width: 100%;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论