feat: 完成系统监控的页面设计
This commit is contained in:
@@ -294,7 +294,14 @@ const MainHome: FunctionComponent = () => {
|
|||||||
</ProCard>
|
</ProCard>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.home_content_list}>
|
<div
|
||||||
|
style={{
|
||||||
|
display: 'flex',
|
||||||
|
flexDirectionirection: 'row',
|
||||||
|
justifyContent: 'space-between',
|
||||||
|
marginTop: '30px',
|
||||||
|
}}
|
||||||
|
>
|
||||||
<ProCard bordered boxShadow style={{ width: '100%' }}>
|
<ProCard bordered boxShadow style={{ width: '100%' }}>
|
||||||
<ProList<DataItem>
|
<ProList<DataItem>
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
|
Reference in New Issue
Block a user