From 6cca5c122d9915bba82d007ca07b5c9a4625ac8e Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 17:13:19 +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 | 39 ++++------------------------ 1 file changed, 5 insertions(+), 34 deletions(-) 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