完善页面7
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user