From c0f753f2a99823f8b93eb48166e0ffaa9d902399 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, 26 Dec 2025 17:26:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=83=8C=E6=99=AF=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/live/pull/pull.nvue | 2 +- pages/plugins/live/pull/pull.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/plugins/live/pull/pull.nvue b/pages/plugins/live/pull/pull.nvue index dd7e9d7f..e2b16896 100644 --- a/pages/plugins/live/pull/pull.nvue +++ b/pages/plugins/live/pull/pull.nvue @@ -63,7 +63,7 @@ top: 0; left: 0; z-index: 9; - background: linear-gradient(to bottom, #330066, #000000); + background-image: linear-gradient(to bottom, #330066, #000000); } .live-content { position: absolute; diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index 0c9d26a6..ab011bfc 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -124,7 +124,7 @@ .live-ended { width: 100vw; height: 100vh; - background-image: linear-gradient(to bottom,#AD18F9,#05DFC7); + background: linear-gradient(to bottom,#AD18F9,#05DFC7); position: absolute; top: 0; left: 0;