Commit 5dddd598 authored by 涂伟's avatar 涂伟

fix: '表升级操作交互优化'

parent 77d21a89
Pipeline #69632 passed with stages
......@@ -433,8 +433,9 @@ const TableManager = props => {
CheckUpgradeTable(params).then(res => {
if (res.code === 0) {
return Modal.confirm({
icon: <QuestionCircleTwoTone />,
content: <div>{res.data}</div>,
// icon: <QuestionCircleTwoTone />,
icon: null,
content: <div style={{ whiteSpace: 'pre-line', textAlign: 'justify' }}>{res.data}</div>,
okText: '确认',
cancelText: '取消',
onOk: () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment