From 7f2e50af63ca447961d9ceb7fb0e6b2cd879aa8a Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期三, 02 八月 2023 18:24:16 +0800
Subject: [PATCH] 1、在关键属性校验增加模板id条件
---
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