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 {