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 @@
-
-
昵称:
-
{% raw %}{{ currentUser.data.nickname || '未知用户' }}{% endraw %}
+
+ {% raw %}{{ currentUser.data.nickname || '未知用户' }}{% endraw %}
+ {% raw %}{{ currentUser.data.wx_id }}{% endraw %}
-
- 微信ID:
- {% raw %}{{ currentUser.data.wx_id }}{% endraw %}
-
-
- 手机号:
- {% raw %}{{ currentUser.data.mobile }}{% endraw %}
-
-
- 主目录:
- {% raw %}{{ currentUser.data.home }}{% endraw %}
+
@@ -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 {