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,