style(UnitTypeConfig): 为保存按钮添加 ghost 样式效果

- 在保存按钮上添加 ghost 属性
- 保持按钮图标为 CheckCircleOutlined
- 确保点击事件仍调用 onSaveAdminCorp 方法
master
LiuJiaNan 2026-08-13 15:04:41 +08:00
parent 28592d508f
commit 55be93bea8
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ function List(props) {
</Button>
<Button
type="primary"
ghost
icon={(<CheckCircleOutlined />)}
onClick={() => {
onSaveAdminCorp();