custom/领悦业务线
This commit is contained in:
parent
a81408f7ee
commit
26152b6ca4
|
|
@ -116,3 +116,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.warningDialog_lingyue {
|
||||
.ant-confirm-body .ant-confirm-content {
|
||||
padding: 0;
|
||||
|
||||
.errormsg {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue