yangc 7 years ago
parent
commit
9e1ab78829

+ 5 - 0
pages/mobile/center/user/invoice/invoiceRecord.vue

@@ -203,6 +203,11 @@
 </script>
 <style lang="scss" scoped>
   @import '~assets/scss/mobileInvoice';
+  .invoice-record {
+    .mi-list {
+      padding-bottom: .68rem !important;
+    }
+  }
   .order-nav {
     background: #fff;
     div {

+ 6 - 2
pages/mobile/center/vendor/invoice/index.vue

@@ -289,9 +289,13 @@
 <style lang="scss" scoped>
   @import '~assets/scss/mobileInvoice';
   .vendor-invoice {
-    margin-bottom: 2.3rem;
+    .mi-list {
+      padding-bottom: 2rem !important;
+    }
     &.invoice-record {
-      margin-bottom: .98rem;
+      .mi-list {
+        padding-bottom: .68rem !important;
+      }
     }
   }
 </style>