yangc 7 年之前
父节点
当前提交
9e1ab78829
共有 2 个文件被更改,包括 11 次插入2 次删除
  1. 5 0
      pages/mobile/center/user/invoice/invoiceRecord.vue
  2. 6 2
      pages/mobile/center/vendor/invoice/index.vue

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

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

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

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