修复首页顶部未铺满问题并恢复栅格稳定性

变更项:

1. 移除 hero-row 的 flex 覆盖样式,避免与 Element 栅格宽度计算冲突。

2. 保留顶部行断点比例配置,继续支持大屏与中小屏响应式切换。

3. 仅调整顶部行样式,不改下方新增指标区布局。
This commit is contained in:
liuwei
2026-04-15 17:37:24 +08:00
parent 45133464ce
commit 7ad8570c08

View File

@@ -822,14 +822,12 @@
margin-bottom: 16px; margin-bottom: 16px;
} }
.hero-row,
.stats-highlight-row { .stats-highlight-row {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-items: stretch; align-items: stretch;
} }
.hero-row > .el-col,
.stats-highlight-row > .el-col { .stats-highlight-row > .el-col {
display: flex; display: flex;
} }