dev #2

Merged
landaiqing merged 5 commits from dev into master 2024-07-17 15:19:08 +08:00
44 changed files with 6396 additions and 1264 deletions
Showing only changes of commit 043c1fdb04 - Show all commits

View File

@@ -31,11 +31,11 @@ export default defineConfig({
path: '/access',
component: './Access',
},
{
name: ' CRUD 示例',
path: '/table',
component: './Table',
},
/*{
name: ' 系统监控',
path: '/redis',
component: './Redis',
},*/
{
name: ' 用户配置',
path: '/user',

View File

@@ -271,7 +271,7 @@ const MainHome: FunctionComponent = () => {
</div>
</div>
<div className={styles.home_content_list}>
<ProCard bordered boxShadow style={{ width: '49%' }}>
<ProCard bordered boxShadow style={{ width: '100%' }}>
<ProList<DataItem>
rowKey="id"
headerTitle="管理员日志"