修复首页顶部未铺满问题并恢复栅格稳定性
变更项: 1. 移除 hero-row 的 flex 覆盖样式,避免与 Element 栅格宽度计算冲突。 2. 保留顶部行断点比例配置,继续支持大屏与中小屏响应式切换。 3. 仅调整顶部行样式,不改下方新增指标区布局。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user