fix: 导航栏标题
This commit is contained in:
@@ -134,7 +134,9 @@ tabsStore.clear();
|
|||||||
<template #menuHeaderRender>
|
<template #menuHeaderRender>
|
||||||
<RouterLink :to="{ name: 'Index' }" :replace="true">
|
<RouterLink :to="{ name: 'Index' }" :replace="true">
|
||||||
<img class="logo" src="@/assets/logo.png" />
|
<img class="logo" src="@/assets/logo.png" />
|
||||||
<h1>{{ appName }}</h1>
|
<h1 class="title" :title="t('common.title')">
|
||||||
|
{{ t('common.title') }}
|
||||||
|
</h1>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -201,4 +203,11 @@ tabsStore.clear();
|
|||||||
border-style: none;
|
border-style: none;
|
||||||
border-radius: 6.66px;
|
border-radius: 6.66px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user