perf: 优化logo图和文字布局以及统一配置

This commit is contained in:
xiaoxian521
2023-02-13 14:30:34 +08:00
parent a3a4d2db08
commit 2d0cc4cfa2
4 changed files with 34 additions and 44 deletions

View File

@@ -46,12 +46,8 @@ watch(
class="horizontal-header"
>
<div class="horizontal-header-left" @click="backHome">
<FontIcon
icon="pure-iconfont-logo"
svg
style="width: 35px; height: 35px"
/>
<h4>{{ title }}</h4>
<img src="/logo.svg" alt="logo" />
<span>{{ title }}</span>
</div>
<el-menu
router