描述:logo

This commit is contained in:
SelfRidicule 2024-04-07 18:34:58 +08:00
parent 4d3dc283f0
commit 5d730080aa
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -12,7 +12,7 @@
<!-- 1.0.0+ 版本 pro-layout 提供 API我们推荐使用这种方式进行 LOGO title 自定义 -->
<template v-slot:menuHeaderRender>
<div>
<logo-svg />
<img src="~@/assets/logo.png" style='width: 32px ; height: auto'>
<h1>{{ title }}</h1>
</div>
</template>

View File

@ -5,7 +5,7 @@
<div class="header">
<a href="/">
<!-- <img src="~@/assets/logo.png" class="logo" alt="logo">-->
<img src="~@/assets/logo.svg" class="logo" alt="logo">
<img src="~@/assets/logo.png" class="logo" alt="logo">
<span class="title">园区管理系统</span>
</a>
</div>