V0.1.2.20250718

———————————————
1.路由重定向
2.Home页面头部完成
———————————————
This commit is contained in:
Childish-Ghost 2025-07-18 23:39:31 +08:00
parent 92285a7f0b
commit 279627c935
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ body{
flex: 1; flex: 1;
text-align: center; text-align: center;
} }
.demo-type > div:not(:last-child) { .demo-type > div:not(:last-child) {
border-right: 1px solid var(--el-border-color); border-right: 1px solid var(--el-border-color);
} }

View File

@ -28,7 +28,7 @@ const handleSelect = (key: string, keyPath: string[]) => {
<div class="flex-grow"></div> <div class="flex-grow"></div>
<!-- 头像--> <!-- 头像-->
<div style="margin: auto 0;"> <div style="margin: auto 0;">
<el-avatar src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png" :icon="UserFilled"/> <el-avatar src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png" :icon="UserFilled"/>
</div> </div>
<el-menu-item index="5">读者登录</el-menu-item> <el-menu-item index="5">读者登录</el-menu-item>
</el-menu> </el-menu>