This commit is contained in:
shijingjing
2022-01-22 10:33:17 +08:00
parent 55486b4257
commit b9728e577f
2 changed files with 2 additions and 11 deletions

View File

@@ -78,7 +78,7 @@
<div class="contents" v-if="item.content">
<span>上报内容</span>
<span class="right">{{ item.content }}</span>
<div class="right">{{ item.content }}</div>
</div>
<div class="imgs">
@@ -445,20 +445,11 @@ uni-page-body {
font-size: 26px;
color: #333333;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.contents {
.right {
-webkit-line-clamp: 3;
}
}
.imgs {
margin-top: 8px;