mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 19:36:48 +08:00
style:评论帖子显示问题
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="line clearfix">
|
<div class="line clearfix">
|
||||||
<div class="linetitle">{{ disDetail.title }}</div>
|
<div class="linetitle" :title="disDetail.title">{{ disDetail.title }}</div>
|
||||||
<div class="radi"></div>
|
<div class="radi"></div>
|
||||||
<div class="intime">进行中</div>
|
<div class="intime">进行中</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -679,6 +679,10 @@ function submitReplayComment() {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
width: 80%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radi {
|
.radi {
|
||||||
@@ -712,6 +716,7 @@ function submitReplayComment() {
|
|||||||
.contenttitle {
|
.contenttitle {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
width: 80%;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user