From 902c1009bdb5187cf4d617574e116478fda97fb0 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 20 Feb 2023 13:51:39 +0800 Subject: [PATCH] css --- src/project/qujing/AppContentQj/contentDetail.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/project/qujing/AppContentQj/contentDetail.vue b/src/project/qujing/AppContentQj/contentDetail.vue index 385fde9..3b6c5c5 100644 --- a/src/project/qujing/AppContentQj/contentDetail.vue +++ b/src/project/qujing/AppContentQj/contentDetail.vue @@ -13,9 +13,9 @@ - +

共{{ commentList.length }}条评论

-
+
@@ -121,6 +121,7 @@ export default { if(res.code==0) { this.flag = false this.showSend = false + this.content = '' this.getComment() this.getDetail() } @@ -251,6 +252,8 @@ export default { background: #fff; padding: 24px 32px; box-sizing: border-box; + position: fixed; + bottom: 0; div { width: 100%; height: 80px;