From acf2f2f4f47f2c948c7d65eb1aa1ee730ec93014 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 16:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=A1=E7=89=87=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 1eb30da..0caa1a6 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -765,17 +765,14 @@ } .user-avatar-column { - width: 80px; display: flex; justify-content: center; align-items: center; - padding-right: 15px; - border-right: 1px solid #EBEEF5; } .user-avatar-container { - width: 30px; - height: 30px; + width: 40px; + height: 40px; border-radius: 50%; overflow: hidden; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); @@ -789,7 +786,6 @@ .user-info-column { flex: 1; - padding-left: 15px; } .user-info-item {