fix: 订单查询页面布局优化,订单列表占满剩余空间
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-28 03:35:47 +00:00
parent 430a5422ee
commit e7d03c8558

View File

@@ -194,7 +194,6 @@ export default {
} }
.result-section { .result-section {
height: 400rpx;
padding: 20rpx; padding: 20rpx;
} }
@@ -266,7 +265,8 @@ export default {
.orders-section { .orders-section {
background: #fff; background: #fff;
padding: 20rpx; padding: 20rpx;
margin-top: 20rpx; flex: 1;
overflow-y: auto;
} }
.orders-header { .orders-header {
@@ -280,7 +280,7 @@ export default {
} }
.orders-list { .orders-list {
height: 500rpx; flex: 1;
} }
.order-card { .order-card {