feat: 优化首页的页面设计
This commit is contained in:
10
.umirc.ts
10
.umirc.ts
@@ -31,11 +31,11 @@ export default defineConfig({
|
|||||||
path: '/access',
|
path: '/access',
|
||||||
component: './Access',
|
component: './Access',
|
||||||
},
|
},
|
||||||
{
|
/*{
|
||||||
name: ' CRUD 示例',
|
name: ' 系统监控',
|
||||||
path: '/table',
|
path: '/redis',
|
||||||
component: './Table',
|
component: './Redis',
|
||||||
},
|
},*/
|
||||||
{
|
{
|
||||||
name: ' 用户配置',
|
name: ' 用户配置',
|
||||||
path: '/user',
|
path: '/user',
|
||||||
|
@@ -271,7 +271,7 @@ const MainHome: FunctionComponent = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.home_content_list}>
|
<div className={styles.home_content_list}>
|
||||||
<ProCard bordered boxShadow style={{ width: '49%' }}>
|
<ProCard bordered boxShadow style={{ width: '100%' }}>
|
||||||
<ProList<DataItem>
|
<ProList<DataItem>
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
headerTitle="管理员日志"
|
headerTitle="管理员日志"
|
||||||
|
Reference in New Issue
Block a user