This commit is contained in:
yanran200730
2023-01-11 14:50:57 +08:00
parent 785979c736
commit 2ea9318b7c

View File

@@ -54,7 +54,6 @@
}, },
mounted () { mounted () {
console.log(this.user)
this.$loading() this.$loading()
this.getList() this.getList()
}, },
@@ -214,8 +213,12 @@
} }
p { p {
display: -webkit-box;
line-height: 1.3; line-height: 1.3;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
font-size: 34px; font-size: 34px;
overflow: hidden;
color: #333333; color: #333333;
} }