积分 弹窗按钮修改

积分 弹窗按钮修改
This commit is contained in:
amypeng 2026-06-11 16:07:18 +08:00
parent 493a4081d5
commit 7eb4809a8d
2 changed files with 2 additions and 4 deletions

View File

@ -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="确定"

View File

@ -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="确定"