From 506d240d0af75d4f60b930948e4e26a85b3f9c3a Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 16:22:54 +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 | 51 ++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 2a8a27b..22e0b0d 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -17,21 +17,19 @@ 用户头像
- @@ -775,12 +773,35 @@ min-width: 0; } + .user-info-main { + margin-bottom: 8px; + } + + .user-nickname { + display: block; + font-size: 14px; + font-weight: bold; + color: #303133; + margin-bottom: 2px; + } + + .user-id { + display: block; + font-size: 12px; + color: #909399; + } + + .user-info-extra { + display: flex; + flex-direction: column; + gap: 4px; + } + .user-info-item { display: flex; align-items: center; font-size: 12px; line-height: 1.4; - margin-bottom: 4px; } .user-info-label {