提交 6dbb7ba8 编写于 作者: A afc163

update confirm modal button text

上级 475f358c
......@@ -76,7 +76,7 @@ export default function (props) {
</div>;
} else {
footer = <div className="ant-confirm-btns">
<button type="button" className="ant-btn-primary ant-btn ant-btn-lg" onClick={onOk}>确 定</button>
<button type="button" className="ant-btn-primary ant-btn ant-btn-lg" onClick={onOk}>知道了</button>
</div>;
}
......
......@@ -2,7 +2,7 @@
- order: 5
各种类型的信息提示,只有一个 `确认` 按钮
各种类型的信息提示,只提供一个按钮用于关闭
---
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册