From 72e6338cbe9fa448d0281b4c83686c06c9db3635 Mon Sep 17 00:00:00 2001 From: "1054425342@qq.com" <1054425342@qq.com> Date: Wed, 24 Sep 2025 17:27:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/notes/detail.vue | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/pages/notes/detail.vue b/pages/notes/detail.vue index 2d86d35..1b316d5 100644 --- a/pages/notes/detail.vue +++ b/pages/notes/detail.vue @@ -57,16 +57,6 @@ {{ noteDetail.title }} - - - - #{{ tag }} - - - {{ noteDetail.content }} @@ -113,9 +103,7 @@ {{ comment.nickname }} - {{ - formatTime(comment.createTime) - }} + {{ comment.formatTime }} {{ comment.content }} @@ -725,7 +713,6 @@ export default { display: flex; align-items: center; padding: 24rpx 32rpx 0; - padding-bottom: max(env(safe-area-inset-bottom), 24rpx); .comment-input { flex: 1; @@ -736,6 +723,7 @@ export default { font-size: 28rpx; border: none; margin-right: 16rpx; + margin-bottom: max(env(safe-area-inset-bottom), 24rpx); } .send-btn { @@ -749,6 +737,7 @@ export default { border: none; font-weight: 500; margin-right: 24rpx; + margin-bottom: max(env(safe-area-inset-bottom), 24rpx); &:disabled { background: #ccc; @@ -756,6 +745,8 @@ export default { } .like-section { + margin-bottom: max(env(safe-area-inset-bottom), 24rpx); + display: flex; align-items: center; gap: 8rpx;