custom/领悦业务线

This commit is contained in:
lys 2025-01-22 15:15:43 +08:00
parent a81408f7ee
commit 26152b6ca4
2 changed files with 14 additions and 2 deletions

View File

@ -116,3 +116,15 @@
}
}
}
.warningDialog_lingyue {
.ant-confirm-body .ant-confirm-content {
padding: 0;
.errormsg {
max-height: 500px;
overflow-y: auto;
padding: 8px 16px;
}
}
}

View File

@ -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: <div className="errormsg" dangerouslySetInnerHTML={{ __html: data.errMsg }}/>
});
}
} else {