From 26152b6ca4c31405f954e8d40d9472da503a9dd8 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 22 Jan 2025 15:15:43 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E9=A2=86=E6=82=A6=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hrmSalary/pages/custom-pages/lingyue/index.less | 12 ++++++++++++ .../custom-pages/lingyue/vouncherSummary/index.js | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/index.less b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/index.less index d689094d..a52868ad 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/index.less +++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/index.less @@ -116,3 +116,15 @@ } } } + +.warningDialog_lingyue { + .ant-confirm-body .ant-confirm-content { + padding: 0; + + .errormsg { + max-height: 500px; + overflow-y: auto; + padding: 8px 16px; + } + } +} diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js index d846f658..9ead71b2 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js @@ -158,8 +158,8 @@ class Index extends Component { setTimeout(() => window.close(), 1500); } else { Modal.warning({ - title: getLabel(111, "提示"), - content: data.errMsg + title: getLabel(111, "提示"), width: 800, className: "warningDialog_lingyue", + content:
}); } } else {