mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
perf: 优化logo图和文字布局以及统一配置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user