From 4cb144684fefda059f3c2bf9d617e2dd842e1777 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 Feb 2026 17:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=87=E6=8D=A2=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/detail/detail.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index d796ca91..a2265b60 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -1807,9 +1807,11 @@ .comment-modal { position: fixed; top: 0; - left: 0; + left: 50%; + transform: translateX(-50%); width: 100%; height: 100%; + max-width: 1600rpx; background-color: rgba(0, 0, 0, 0.5); z-index: 99; display: flex;