From 034496e946d8f4f820d8654d4d28c35b28629f75 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Mon, 8 Jun 2026 14:41:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E8=A1=A8=E5=8D=95=E6=9C=80=E5=90=8E=E9=A1=B9=E6=97=A0?= =?UTF-8?q?=E5=BA=95=E8=BE=B9=E8=B7=9D=E7=9A=84=E5=86=97=E4=BD=99=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/web/styles.css b/src/web/styles.css index d62c87d..b7a4670 100644 --- a/src/web/styles.css +++ b/src/web/styles.css @@ -479,8 +479,3 @@ body { .markdown-table tbody tr:hover td { background: var(--ant-color-fill-quaternary); } - -/* 设置页表单:最后一项无底边距 */ -.settings-form .ant-form-item:last-child { - margin-bottom: 0; -}