From 7d89c0d01b1cba0a1bd10be74dc495d2bb81989a Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 12 九月 2023 19:53:28 +0800
Subject: [PATCH] 登录页 首页 样式调整

---
 Source/UBCS-WEB/src/page/login/index.vue |    2 +-
 Source/UBCS-WEB/src/page/index/logo.vue  |    4 ++--
 2 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 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;
diff --git a/Source/UBCS-WEB/src/page/login/index.vue b/Source/UBCS-WEB/src/page/login/index.vue
index fbbfdc4..97f7c74 100644
--- a/Source/UBCS-WEB/src/page/login/index.vue
+++ b/Source/UBCS-WEB/src/page/login/index.vue
@@ -20,7 +20,7 @@
       <div class="login-border">
         <div class="login-main">
           <h4 class="login-title">
-            {{ $t('login.title') }}{{website.title}}
+            {{ $t('login.title') }}
             <top-lang></top-lang>
           </h4>
           <userLogin v-if="activeName==='user'"></userLogin>

--
Gitblit v1.9.3