From 864430cdc4a911a0a722522cd37aa548bb7117cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Thu, 7 Nov 2024 11:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=BF=81=E7=A7=BBVue2=E5=8D=87=E7=BA=A7Vue3?= =?UTF-8?q?=208/2-10/25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/style/new_style.css | 5 +++-- src/pages/purchaseReceipt/job/purchaseReceipt.vue | 2 +- src/pages/purchaseReceipt/job/purchaseReject.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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()