fix: 订单查询页面布局优化,订单列表占满剩余空间
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user