diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index 3d56dfa..e41cd6c 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -109,7 +109,7 @@
- 热门用户 +

热门用户

@@ -126,7 +126,7 @@
- 热门群组 +

热门群组

@@ -142,7 +142,7 @@
- 热门插件 +

热门插件

@@ -181,7 +181,7 @@
- 按小时聊天趋势 +

按小时聊天趋势

@@ -769,35 +769,6 @@ color: #909399; padding: 10px 0; } - - /* 系统信息卡片样式 */ - .system-info-item { - padding: 5px 0; - } - - .system-info-row { - display: flex; - justify-content: space-between; - font-size: 12px; - line-height: 1.4; - margin-bottom: 2px; - } - - .info-label { - color: #606266; - } - - .info-value { - color: #303133; - } - - /* 卡片头部样式 */ - .el-card__header { - padding: 10px 15px; - } - - .el-card__body { - padding: 10px 15px; - } + {% endblock %} \ No newline at end of file