diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css index c8b022a1..bb400565 100644 --- a/src/common/style/new_style.css +++ b/src/common/style/new_style.css @@ -1858,7 +1858,7 @@ uni-modal .uni-modal__hd { border-radius: 8rpx; max-width: 300rpx; font-size: 0.7rem; - overflow: visble; + overflow: visible; word-break: break-all; /* overflow: hidden; white-space: nowrap; @@ -2103,7 +2103,8 @@ button::after { .card_batch { color: #9747FF; padding: 5px; - font-size: 30rpx; + font-size: 26rpx; + font-style: italic; } .card_container { diff --git a/src/pages/purchaseReceipt/job/purchaseReceipt.vue b/src/pages/purchaseReceipt/job/purchaseReceipt.vue index 78c38850..ccdbe6fa 100644 --- a/src/pages/purchaseReceipt/job/purchaseReceipt.vue +++ b/src/pages/purchaseReceipt/job/purchaseReceipt.vue @@ -29,7 +29,7 @@ onReachBottom(() => { }) onNavigationBarButtonTap((e) => { if (e.index === 0) { - receiptjob.value.goHome() + receiptjob.value.goHome1() // this.$refs.receiptjob.refresh(); } else if (e.index == 1) { receiptjob.value.openFilter() diff --git a/src/pages/purchaseReceipt/job/purchaseReject.vue b/src/pages/purchaseReceipt/job/purchaseReject.vue index 12ac4876..e0315958 100644 --- a/src/pages/purchaseReceipt/job/purchaseReject.vue +++ b/src/pages/purchaseReceipt/job/purchaseReject.vue @@ -29,7 +29,7 @@ onReachBottom(() => { }) onNavigationBarButtonTap((e) => { if (e.index === 0) { - receiptjob.value.goHome() + receiptjob.value.goHome1() // this.$refs.receiptjob.refresh(); } else if (e.index == 1) { receiptjob.value.openFilter()