From 3672a4696bd5299ebad37ed6d5afd4dfa13123b8 Mon Sep 17 00:00:00 2001
From: wang1 <844966816@qq.com>
Date: 星期二, 20 六月 2023 16:20:49 +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