左上角logo样式修改

main
zhufu 2026-03-09 17:00:23 +08:00
parent e3314adb96
commit 10b40fad94
1 changed files with 1 additions and 1 deletions

View File

@ -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>