From d11c87a060d50f9f4785d8050422b8ffd4a16209 Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Tue, 24 Feb 2026 09:13:39 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E6=9B=B4=E6=96=B0CSS=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将.admin-plugin-config-page__content选择器替换为.admin-detail - 保持相同的背景色、圆角和阴影样式定义 --- scss/self.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/self.scss b/scss/self.scss index bedddfa..4055820 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -56,7 +56,7 @@ padding: 24px; } -.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-plugin-config-page__content { +.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-detail { background: var(--d-chat-input-bg-color); border-radius: var(--d-border-radius); box-shadow: #00000024 0 0 7px 2px;