From 4ed0e9d8ed0e785e62c0f9deb299445e5947c364 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期四, 14 九月 2023 15:43:42 +0800
Subject: [PATCH] PDM 集团码提示信息bug修改

---
 Source/UBCS-WEB/src/page/index/logo.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/page/index/logo.vue b/Source/UBCS-WEB/src/page/index/logo.vue
index 3bc5957..c5226c7 100644
--- a/Source/UBCS-WEB/src/page/index/logo.vue
+++ b/Source/UBCS-WEB/src/page/index/logo.vue
@@ -16,7 +16,7 @@
           <span>
             <img class="imgSpan" :src=imgurl>
           </span>
-          <span>  {{ website.indexTitle }}</span>
+          <span style="font-size: 17px;margin-left: 27px">缂栫爜璧勬簮绠$悊绯荤粺</span>
          </span>
       </template>
     </transition-group>
@@ -91,7 +91,7 @@
 .imgSpan {
   position: absolute;
   top: 15px;
-  left: 37px;
+  left: 26px;
 }
 .logimg{
   position: absolute;

--
Gitblit v1.10.0