完善页面7

This commit is contained in:
2026-02-26 11:10:09 +08:00
parent 129b538541
commit 6fadf809e6
3 changed files with 20 additions and 11 deletions

View File

@@ -161,7 +161,10 @@ export default {
background: #fff;
border-radius: 4px;
padding: 20px;
margin-bottom: 16px;
/* margin-bottom 移除,由父级 Grid gap 控制或统一添加 */
display: flex;
flex-direction: column;
height: 100%; /* 让卡片自身也撑满容器 */
}
.card-header {
@@ -177,7 +180,8 @@ export default {
.card-content {
display: flex;
flex-direction: row;
height: 450px;
flex: 1; /* 让内容区在容器高时自适应 */
min-height: 450px; /* 最小基础高度 */
}
.map-section {