From 273d1f8ef211f66eca5821f40392df7e0a2b4b0d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 10 Jul 2025 11:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5Fmisc.scss=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E8=B0=83=E6=95=B4=E5=AA=92=E4=BD=93=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@core/scss/template/placeholders/_misc.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/@core/scss/template/placeholders/_misc.scss b/src/@core/scss/template/placeholders/_misc.scss index 56116a3d..42f02aff 100644 --- a/src/@core/scss/template/placeholders/_misc.scss +++ b/src/@core/scss/template/placeholders/_misc.scss @@ -2,15 +2,17 @@ position: relative; box-shadow: 0 1px 3px rgba(0, 0, 0, 4%), 0 1px 2px rgba(0, 0, 0, 2%); - @media (width > 768px) { + @media (width >= 1280px) { + background: rgba(var(--v-theme-background), 1); + .v-theme--transparent & { backdrop-filter: blur(5px); - background: rgba(var(--v-theme-background), 0.1); + background: rgba(var(--v-theme-background), 0.1) !important; } } - @media (width <= 768px) { + @media (width < 1280px) { background: transparent; &::before {