mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 05:39:36 +08:00
描述:logo
This commit is contained in:
parent
4d3dc283f0
commit
5d730080aa
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 12 KiB |
@ -12,7 +12,7 @@
|
|||||||
<!-- 1.0.0+ 版本 pro-layout 提供 API,我们推荐使用这种方式进行 LOGO 和 title 自定义 -->
|
<!-- 1.0.0+ 版本 pro-layout 提供 API,我们推荐使用这种方式进行 LOGO 和 title 自定义 -->
|
||||||
<template v-slot:menuHeaderRender>
|
<template v-slot:menuHeaderRender>
|
||||||
<div>
|
<div>
|
||||||
<logo-svg />
|
<img src="~@/assets/logo.png" style='width: 32px ; height: auto'>
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<!-- <img src="~@/assets/logo.png" class="logo" alt="logo">-->
|
<!-- <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>
|
<span class="title">园区管理系统</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user