seimin 2 年之前
父节点
当前提交
a44987ff05
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      pages/orderList/orderList.vue

+ 2 - 3
pages/orderList/orderList.vue

@@ -526,7 +526,6 @@
526 526
 
527 527
 <style lang="scss" scoped>
528 528
   .orderList {
529
-    padding-top: 88rpx;
530 529
     padding-bottom: 108rpx;
531 530
 
532 531
     // 头部筛选
@@ -535,7 +534,6 @@
535 534
       background-color: #fff;
536 535
       border-bottom: 1px solid #E5E9ED;
537 536
       position: fixed;
538
-      top: 88rpx;
539 537
       left: 0;
540 538
       z-index: 99;
541 539
       width: 100%;
@@ -565,7 +563,7 @@
565 563
 
566 564
     // 列表
567 565
     .orderList_list {
568
-      padding: 0 24rpx;
566
+      padding: 88rpx 24rpx 0;
569 567
 
570 568
       .orderList_listItem {
571 569
         width: 702rpx;
@@ -671,6 +669,7 @@
671 669
               flex: 1;
672 670
               background-color: transparent;
673 671
               position: relative;
672
+              @include flex(center,center);
674 673
 
675 674
               &::before {
676 675
                 content: '';