From a37421aa8254a47e5d5eb3eb4e5261c427650a35 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期三, 02 八月 2023 16:27:07 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs
---
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