feat:修改讨论发表及显示

This commit is contained in:
lixg
2023-02-22 19:38:14 +08:00
parent 211e046bd7
commit 1766e110d2
6 changed files with 285 additions and 1402 deletions

View File

@@ -4,6 +4,8 @@
text="讨论详情"
:ispublish="true"
:discussId="discussId"
:id="id"
:type="type"
></ReturnHead>
<div class="head clearfix">
<div class="title">
@@ -398,10 +400,16 @@ function handleCurrentChange(e, k) {
}
.inn {
margin-bottom: 20px;
margin-top: 11px;
color: #6e7b84;
font-size: 13px;
line-height: 24px;
max-height: 103px;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
}
}