From 67ddfd36db4f6e07b0025bc6267ca97a6fe32534 Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Fri, 11 Oct 2024 23:18:26 +0800 Subject: [PATCH] update --- src/pages/index/index.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index cb3c02e..bcef264 100644 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -81,13 +81,12 @@ } .danmaku-box { - width: 100%; + width: 100vw; height: 420px; - .danmaku { position: absolute; - width: 100%; + width: 100vw; height: 420px; top: 0; z-index: 1;