mirror of https://github.com/openspug/spug
improve code
parent
88b235c106
commit
1f0144fea3
|
@ -78,7 +78,7 @@ export default observer(function (props) {
|
||||||
{selectedRowKeys.length > 0 && (
|
{selectedRowKeys.length > 0 && (
|
||||||
<Alert
|
<Alert
|
||||||
style={{marginBottom: 12}}
|
style={{marginBottom: 12}}
|
||||||
message={`已选择 ${selectedRowKeys.length} 个主机`}
|
message={`已选择 ${selectedRowKeys.length} 台主机`}
|
||||||
action={<Button type="link" onClick={() => setSelectedRowKeys([])}>取消选择</Button>}/>
|
action={<Button type="link" onClick={() => setSelectedRowKeys([])}>取消选择</Button>}/>
|
||||||
)}
|
)}
|
||||||
<Table
|
<Table
|
||||||
|
|
Loading…
Reference in New Issue