From c34de3be6252eaee20c2c58b37fb282df8c16841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 13 Mar 2026 16:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/detail/detail.nvue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/plugins/video/detail/detail.nvue b/pages/plugins/video/detail/detail.nvue index 5e4f0e6f..cd5a9351 100644 --- a/pages/plugins/video/detail/detail.nvue +++ b/pages/plugins/video/detail/detail.nvue @@ -356,8 +356,8 @@ commentContentStyle() { const baseHeight = Math.round(this.windowHeight * 0.7); return this.show_comment_modal && this.move_distance > 0 - ? `transform: translateY(3px); width:${this.windowWidth}px; height: ${baseHeight - 10 - this.move_distance}px;` - : `transform: translateY(0); width:${this.windowWidth}px; height: ${baseHeight + 10}px;`; + ? `transform: translateY(3px); width:${this.windowWidth}px; height: ${baseHeight - this.move_distance}px;` + : `transform: translateY(0); width:${this.windowWidth}px; height: ${baseHeight}px;`; }, // 当前播放视频的索引 current_video_index() {