From aba38865f5a218a52b3158c4032f4347859e3112 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Thu, 16 Apr 2026 16:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=89=88=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E6=8F=90=E7=A4=BA=E8=AF=8D=E7=BC=A9=E7=9F=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/locales/lang/en.js | 2 +- src/views/moneyManage/financialAccount/cashFlow.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/locales/lang/en.js b/src/components/locales/lang/en.js index 716f9d7..584ff89 100644 --- a/src/components/locales/lang/en.js +++ b/src/components/locales/lang/en.js @@ -1346,7 +1346,7 @@ export default { processingFee:"Processing Fee", processingFeePlaceholder:"Processing Fee Placeholder", quantityMustBeNumber:"Quantity Must Be Number", - invalidFormat:"Invalid amount format. Maximum 2 decimal places allowed.", + invalidFormat:"Max 2 decimals allowed.", paymentMust:"Payment amount must be 0", remarksexceed:"Please enter remarks", marketConsumption:"Market Consumption Gold Performance Adjustment", diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 6d3ccba..ff263d3 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -1085,7 +1085,7 @@ onBeforeUnmount(() => { - + @@ -1369,10 +1369,11 @@ onBeforeUnmount(() => { margin-top: 30px; } :deep(.adddialog) { - min-width: 400px; + min-width: 450px; background-color: #F3FAFE !important; margin-top: 8vh; border-radius: 8px; + padding: 30px; } .popover-content { .popover-title {