From 4f5ff0fb730af680a50f1e813c784ba740dff2ce Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Thu, 26 Feb 2026 14:25:06 +0800 Subject: [PATCH] =?UTF-8?q?style(theme):=20=E6=9B=B4=E6=96=B0CSS=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BB=A5=E5=8C=85=E5=90=AB=E6=96=B0=E7=B1=BB=E5=88=AB?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为.edit-category类添加白色半透明背景 - 应用相同的边框圆角和背景模糊效果 - 确保新组件与其他页面元素保持一致的视觉风格 --- scss/self.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/self.scss b/scss/self.scss index 9024728..22602be 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -48,7 +48,7 @@ border-radius: var(--d-border-radius); } -.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page, .search-container, .show-badge, .users-directory{ +.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page, .search-container, .show-badge, .users-directory, .edit-category { background-color: #ffffffa8 !important; border-radius: var(--d-border-radius); backdrop-filter: blur(32px);