docs: 文案修改

This commit is contained in:
wenbo.dong 2017-07-27 15:54:54 +08:00
parent 0808e1a618
commit 125d70e8da
2 changed files with 2 additions and 3 deletions

View File

@ -66,7 +66,7 @@ const getColumns = (data, props) => {
<span>
<a onClick={() => changeUpdateModal(true, index)}>修改</a>
<span className="ant-divider" />
<Popconfirm title="你确定要删除项目吗?" onConfirm={deleteConfirm(id, props)} okText="删除" cancelText="取消">
<Popconfirm title="你确定要删除项目吗?" onConfirm={deleteConfirm(id, props)} okText="确定" cancelText="取消">
<a href="#">删除</a>
</Popconfirm>
</span>

View File

@ -1,9 +1,8 @@
.m-container{
background-color: #fff;
padding: 16px 24px;
padding: 24px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
border-radius: 4px;
text-align: right;
}
.m-table {