From 6e1a1ba5d4daaa94fce0629d86cfdb1632d0287a Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 11 Jan 2026 12:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E7=BA=A7=E8=8F=9C=E5=8D=95UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/addon/theme_configurator/template/admin/theme.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/addon/theme_configurator/template/admin/theme.css b/plugins/addon/theme_configurator/template/admin/theme.css index 66a3f17..d4912c8 100644 --- a/plugins/addon/theme_configurator/template/admin/theme.css +++ b/plugins/addon/theme_configurator/template/admin/theme.css @@ -105,7 +105,7 @@ body { .admin-main { background: var(--bg-container); border-radius: 0 0 8px 8px; - padding: var(--spacing-lg); + padding: 12px; min-height: 500px; } @@ -144,7 +144,7 @@ body { } .section-body { - padding: var(--spacing-lg); + padding: 0; } /* 表单 */ @@ -166,12 +166,13 @@ body { .form-control { width: 100%; - padding: 8px 12px; + padding: 10px 12px; border: 1px solid var(--border); border-radius: 4px; font-size: 14px; font-family: inherit; transition: all 0.3s; + min-height: 38px; } .form-control:hover {