mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
update confirm modal button text
This commit is contained in:
parent
475f358ccc
commit
6dbb7ba8ba
@ -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
|
||||
|
||||
各种类型的信息提示,只有一个 `确认` 按钮。
|
||||
各种类型的信息提示,只提供一个按钮用于关闭。
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user