From 95adf590af1c08ebec26b49e07fbd89e9942eed0 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 16:41:26 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 58299eb..f191b58 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -776,12 +776,17 @@ border-radius: 50%; overflow: hidden; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); + display: flex; + align-items: center; + justify-content: center; } .user-avatar-container img { width: 100% !important; height: 100% !important; object-fit: cover; + transform: scale(0.8); + transform-origin: center; } .user-info-column {