From cad64bc9c92f9f975c3c8fc3f07b696edf2fe7ed Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 15 Apr 2026 17:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E4=B8=8B=E6=96=B9=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=8C=87=E6=A0=87=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=8C=E4=BB=85=E4=BF=9D=E7=95=99=E9=A1=B6=E9=83=A8=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 变更项: 1. 回退下方新增用户数/群渗透率/群健康分区域的结构与样式调整。 2. 保持下方新增指标区不变,避免影响既有展示。 3. 仅保留首页顶部当前账号区域宽度调整(8:16)。 --- admin/dashboard/templates/index.html | 57 ++++++++++------------------ 1 file changed, 20 insertions(+), 37 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index c93cc08..fc053b4 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -102,31 +102,26 @@ - - - - - -
新增用户数
-
{% raw %}{{ newUsers }}{% endraw %}
-
统计周期内首次触发用户
-
-
- - -
群渗透率
-
{% raw %}{{ avgGroupPenetration.toFixed(2) }}{% endraw %}%
-
活跃群触发人数占成员比例(均值)
-
-
- - -
群健康分
-
{% raw %}{{ groupHealthScore.toFixed(2) }}{% endraw %}
-
综合成功率与响应时延评分
-
-
-
+ + +
新增用户数
+
{% raw %}{{ newUsers }}{% endraw %}
+
统计周期内首次触发用户
+
+
+ + +
群渗透率
+
{% raw %}{{ avgGroupPenetration.toFixed(2) }}{% endraw %}%
+
活跃群触发人数占成员比例(均值)
+
+
+ + +
群健康分
+
{% raw %}{{ groupHealthScore.toFixed(2) }}{% endraw %}
+
综合成功率与响应时延评分
+
@@ -950,14 +945,6 @@ display: flex; } - .metric-extended-main { - width: 100%; - } - - .metric-grid--extended .el-col { - margin-bottom: 0; - } - .metric-card { min-height: 106px; width: 100%; @@ -1121,10 +1108,6 @@ } @media (max-width: 1200px) { - .metric-extended-row-placeholder { - display: none !important; - } - .hero-row > .el-col, .metric-extended-row > .el-col, .stats-highlight-row > .el-col,