seimin 2 years ago
parent
commit
a44987ff05
1 changed files with 2 additions and 3 deletions
  1. 2 3
      pages/orderList/orderList.vue

+ 2 - 3
pages/orderList/orderList.vue

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