diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index f70f2f8..c93cc08 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -18,7 +18,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -102,26 +102,31 @@ - - - 新增用户数 - {% 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 %} + 综合成功率与响应时延评分 + + + @@ -945,6 +950,14 @@ display: flex; } + .metric-extended-main { + width: 100%; + } + + .metric-grid--extended .el-col { + margin-bottom: 0; + } + .metric-card { min-height: 106px; width: 100%; @@ -1108,6 +1121,10 @@ } @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,