左上角logo样式修改
parent
e3314adb96
commit
10b40fad94
|
|
@ -4,7 +4,7 @@
|
|||
-->
|
||||
<template>
|
||||
<div class="anticon" :class="getAppLogoClass" @click="goHome">
|
||||
<img :src="VITE_GLOB_APP_LOGO" />
|
||||
<img style="height: 20px;" :src="VITE_GLOB_APP_LOGO" />
|
||||
<div class="ml-2 truncate md:opacity-100" :class="getTitleClass" v-show="showTitle">
|
||||
{{ VITE_GLOB_APP_TITLE }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue