@@ -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 {
@@ -289,9 +289,13 @@
.vendor-invoice {
- margin-bottom: 2.3rem;
+ padding-bottom: 2rem !important;
&.invoice-record {
- margin-bottom: .98rem;
}
</style>