feat: 开发中...
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user