style:评论帖子显示问题

This commit is contained in:
wyx
2023-02-28 15:47:16 +08:00
parent d15df2e90a
commit 7b01db247f

View File

@@ -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;
} }