fix: update

This commit is contained in:
xiaoxian521
2021-11-10 07:04:19 +08:00
parent 3943164ad6
commit 42eb52bd88
3 changed files with 12 additions and 12 deletions

View File

@@ -93,13 +93,13 @@ function resolvePath(routePath) {
</el-icon>
<template #title>
<div
style="
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
"
:style="{
width: pureApp.sidebar.opened ? '' : '100%',
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
overflow: 'hidden'
}"
>
<span v-if="!menuMode">{{ $t(onlyOneChild.meta.title) }}</span>
<el-tooltip