diff --git a/src/project/fengdu/AppCircle/MyPostList.vue b/src/project/fengdu/AppCircle/MyPostList.vue index af79e60..9bd965c 100644 --- a/src/project/fengdu/AppCircle/MyPostList.vue +++ b/src/project/fengdu/AppCircle/MyPostList.vue @@ -41,10 +41,10 @@
#【{{ item.topicName }}】 - {{ item.content }} + {{ item.content }}
- +

{{ item.createTime }}

@@ -737,5 +737,12 @@ export default { } } } + .row2 { + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + } }