|
@@ -311,7 +311,7 @@ function DiagManager() {
|
|
|
<Button type="primary" icon={<PlusOutlined />} onClick={e => showModal('新增', true, 1)}>新增</Button>
|
|
|
</Col>
|
|
|
<Col key={1}>
|
|
|
- <Button onClick={e => messageBox()} className="delete" >删除</Button>
|
|
|
+ <Button onClick={e => messageBox()} type="primary" danger>删除</Button>
|
|
|
</Col>
|
|
|
<Col key={2}>
|
|
|
<Button type="primary" onClick={e => ImportBox()}>导入</Button>
|