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