feat: 开发中...

This commit is contained in:
2023-04-06 08:52:04 +08:00
parent 2b507f9329
commit b5eb9b468e
15 changed files with 422 additions and 84 deletions

View File

@@ -56,7 +56,7 @@ function onSelectMenu(index: string) {
{{ customMenu.text }}
</el-menu-item>
<div class="flex-grow" />
<div style="flex-grow: 1" />
<el-menu-item index="/login" v-if="!globalStore.currentUserInfo?.id">
登录
@@ -78,8 +78,4 @@ function onSelectMenu(index: string) {
</el-menu>
</template>
<style scoped>
.flex-grow {
flex-grow: 1;
}
</style>
<style scoped></style>