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 {