diff --git a/src/project/fd/AppAnswer/component/List.vue b/src/project/fd/AppAnswer/component/List.vue index 9260d276..c584c606 100644 --- a/src/project/fd/AppAnswer/component/List.vue +++ b/src/project/fd/AppAnswer/component/List.vue @@ -54,7 +54,6 @@ }, mounted () { - console.log(this.user) this.$loading() this.getList() }, @@ -214,8 +213,12 @@ } p { + display: -webkit-box; line-height: 1.3; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; font-size: 34px; + overflow: hidden; color: #333333; }