From e35029154170e952922365558966fd32d0cba03a Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 17:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=86=85=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 1ffd65a..faa1f3c 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -192,9 +192,10 @@ - - +
+ +
@@ -692,16 +693,12 @@ } .chart-container { - margin-bottom: 20px; - padding: 10px; background-color: #fff; border-radius: 4px; - box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .chart-container h3 { margin-top: 0; - margin-bottom: 10px; font-size: 16px; color: #606266; }