parent
493a4081d5
commit
7eb4809a8d
|
|
@ -98,8 +98,7 @@ function PointsDoc({ visible , onCancel , onSure , type , username , choosed , h
|
|||
width={800}
|
||||
footer={
|
||||
<div>
|
||||
<Button onClick={onCancel}>取消</Button>
|
||||
<Button className="btn_ok" style={{marginLeft:"20px"}} onClick={onOk}>确定</Button>
|
||||
<Button onClick={onCancel}>关闭</Button>
|
||||
</div>
|
||||
}
|
||||
okText="确定"
|
||||
|
|
|
|||
|
|
@ -98,8 +98,7 @@ function PointsDoc({ visible , onCancel , onSure , type , username , choosed , h
|
|||
width={800}
|
||||
footer={
|
||||
<div>
|
||||
<Button onClick={onCancel}>取消</Button>
|
||||
<Button className="btn_ok" style={{marginLeft:"20px"}} onClick={onOk}>确定</Button>
|
||||
<Button onClick={onCancel}>关闭</Button>
|
||||
</div>
|
||||
}
|
||||
okText="确定"
|
||||
|
|
|
|||
Loading…
Reference in New Issue