From 9b4433fddf5b401edb0aace8a404ac733b122702 Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期四, 03 四月 2025 14:35:02 +0800
Subject: [PATCH] 添加非密字段显示

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

diff --git a/Source/UBCS-WEB/src/page/index/logo.vue b/Source/UBCS-WEB/src/page/index/logo.vue
index 059fb32..03cf580 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 :src=imgurl class="imgSpan">
           </span>
-          <span style="font-size: 17px;margin-left: 27px">缂栫爜璧勬簮绠$悊绯荤粺</span>
+          <span style="font-size: 17px;margin-left: 30px">缂栫爜璧勬簮绠$悊绯荤粺(闈炲瘑)</span>
          </span>
       </template>
     </transition-group>
@@ -90,8 +90,8 @@
 
 .imgSpan {
   position: absolute;
-  top: 15px;
-  left: 26px;
+  top: 18px;
+  left: 8px;
 }
 
 .logimg {

--
Gitblit v1.9.3