feat: 完成系统监控的页面设计
This commit is contained in:
@@ -294,7 +294,14 @@ const MainHome: FunctionComponent = () => {
|
||||
</ProCard>
|
||||
</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%' }}>
|
||||
<ProList<DataItem>
|
||||
rowKey="id"
|
||||
|
Reference in New Issue
Block a user