diff --git a/canteen/pages/delivery/order.vue b/canteen/pages/delivery/order.vue index f076815..69f63b2 100644 --- a/canteen/pages/delivery/order.vue +++ b/canteen/pages/delivery/order.vue @@ -168,7 +168,7 @@ height: max-content; background-color: #FFFFFF; border-radius: 20rpx; - padding: 0 20rpx; + padding: 10rpx 30rpx; box-sizing: border-box; margin-bottom: 30rpx; .item{ diff --git a/canteen/pages/purchase/order.vue b/canteen/pages/purchase/order.vue index f9036cd..2cf72cd 100644 --- a/canteen/pages/purchase/order.vue +++ b/canteen/pages/purchase/order.vue @@ -213,7 +213,7 @@ height: max-content; background-color: #FFFFFF; border-radius: 20rpx; - padding: 0 20rpx; + padding: 10rpx 30rpx; box-sizing: border-box; margin-bottom: 30rpx; .item{ diff --git a/supplier/pages/gonghuo/order.vue b/supplier/pages/gonghuo/order.vue index 902ca09..5b025ce 100644 --- a/supplier/pages/gonghuo/order.vue +++ b/supplier/pages/gonghuo/order.vue @@ -187,7 +187,7 @@ height: max-content; background-color: #FFFFFF; border-radius: 20rpx; - padding: 0 20rpx; + padding: 10rpx 30rpx; box-sizing: border-box; margin-bottom: 30rpx; .item{ diff --git a/supplier/pages/order/index.vue b/supplier/pages/order/index.vue index 5727bd9..decf4f8 100644 --- a/supplier/pages/order/index.vue +++ b/supplier/pages/order/index.vue @@ -166,7 +166,7 @@ height: max-content; background-color: #FFFFFF; border-radius: 20rpx; - padding: 0 20rpx; + padding: 10rpx 30rpx; box-sizing: border-box; margin-bottom: 30rpx; .item{