From dbfca1e9925d0fe0fcb1f648ba04188f71fa55a3 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 07 四月 2023 21:54:54 +0800
Subject: [PATCH] 部署端口冲突更改
---
Source/UBCS-WEB/src/page/index/logo.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/page/index/logo.vue b/Source/UBCS-WEB/src/page/index/logo.vue
index 4553c2e..3bc5957 100644
--- a/Source/UBCS-WEB/src/page/index/logo.vue
+++ b/Source/UBCS-WEB/src/page/index/logo.vue
@@ -2,9 +2,8 @@
<div class="avue-logo">
<transition name="fade">
<span v-if="keyCollapse"
- class="avue-logo_subtitle"
key="0">
- {{ website.logo }}
+ <img src="favicon.png" class="logimg">
</span>
</transition>
<transition-group name="fade">
@@ -94,4 +93,9 @@
top: 15px;
left: 37px;
}
+.logimg{
+ position: absolute;
+ top: 20px;
+ left: 12px;
+}
</style>
--
Gitblit v1.10.0