Commit 96060125bd10708e7533c22ba8124402f8896390

Authored by lxf
1 parent bc4f2073

fix: 运单列表优化

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
pages/order/index.vue
... ... @@ -425,6 +425,9 @@ export default {
425 425 }
426 426 }
427 427 }
  428 + &__content {
  429 + padding-bottom: 60px !important;
  430 + }
428 431 .add-order {
429 432 right: 34upx;
430 433 bottom: 34upx;
... ...