From bb7b4035fc64276e2b70ae6d385bad0d7dd704f5 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Mon, 3 Nov 2025 10:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/assets/css/table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/assets/css/table.css b/src/main/resources/static/assets/css/table.css index f494e7f..b8ade30 100644 --- a/src/main/resources/static/assets/css/table.css +++ b/src/main/resources/static/assets/css/table.css @@ -8,7 +8,7 @@ body { background: #fff; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); border-radius: 8px; - padding: 24px; + padding: 18px; margin-bottom: 2rem; }