From ba0a46820a793f600b62186914b36887b876c591 Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Sat, 21 Feb 2026 10:13:39 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E6=9B=B4=E6=96=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=B1=BB=E9=80=89=E6=8B=A9=E5=99=A8=E4=BB=A5=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E5=AE=B9=E5=99=A8=E5=85=83=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 .container 类添加到 .regular.ember-view 选择器中 - 保持相同的背景颜色、边框半径和背景模糊效果 - 确保容器元素具有与现有视图组件相同的视觉样式 --- scss/self.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/self.scss b/scss/self.scss index a2de10e..ebca06b 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -44,7 +44,7 @@ background-color: unset !important; } -.regular.ember-view{ +.regular.ember-view, .container{ background-color: #ffffffa8 !important; border-radius: var(--d-border-radius); backdrop-filter: blur(16px);