From f6cbd5eccf559999d7dcd4a7d74874fdb03396f5 Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Tue, 24 Feb 2026 09:16:24 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E6=9B=B4=E6=96=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=A1=A8=E4=B8=AD=E7=9A=84=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E4=BB=A5=E5=A2=9E=E5=BC=BA=E4=B8=BB=E9=A2=98=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 .admin-detail 添加背景颜色重置规则 - 将 .admin-detail 替换为 .admin-plugin-config-page__content 以改进插件配置页面样式 - 确保主题背景和边框半径在整个管理界面中保持一致 --- scss/self.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/self.scss b/scss/self.scss index 4055820..152851a 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -40,7 +40,7 @@ box-shadow: #00000094 0 0 11px 0; } -#list-area, .topic-list-header{ +#list-area, .topic-list-header, .admin-detail{ background-color: unset !important; } @@ -56,7 +56,7 @@ padding: 24px; } -.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-detail { +.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-plugin-config-page__content { background: var(--d-chat-input-bg-color); border-radius: var(--d-border-radius); box-shadow: #00000024 0 0 7px 2px;