mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 11:26:48 +08:00
feat:修改讨论发表及显示
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user