From 7ad8570c08da7a960d2775fd1a6d4323232d3747 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 15 Apr 2026 17:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E6=9C=AA=E9=93=BA=E6=BB=A1=E9=97=AE=E9=A2=98=E5=B9=B6?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=A0=85=E6=A0=BC=E7=A8=B3=E5=AE=9A=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 变更项: 1. 移除 hero-row 的 flex 覆盖样式,避免与 Element 栅格宽度计算冲突。 2. 保留顶部行断点比例配置,继续支持大屏与中小屏响应式切换。 3. 仅调整顶部行样式,不改下方新增指标区布局。 --- admin/dashboard/templates/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/dashboard/templates/index.html b/admin/dashboard/templates/index.html index b737f0f..744b180 100644 --- a/admin/dashboard/templates/index.html +++ b/admin/dashboard/templates/index.html @@ -822,14 +822,12 @@ margin-bottom: 16px; } - .hero-row, .stats-highlight-row { display: flex; flex-wrap: wrap; align-items: stretch; } - .hero-row > .el-col, .stats-highlight-row > .el-col { display: flex; }