From 101e8e9738e4bfe0ef7a5170d117b47bf901b8f6 Mon Sep 17 00:00:00 2001 From: ludc <pUXmgxCf6A> Date: 星期一, 29 五月 2023 11:29:48 +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.9.3