From 60e60cc647fe696a68f211d25d563d677f8b27c2 Mon Sep 17 00:00:00 2001
From: batman <978517621@qq.com>
Date: 星期三, 08 三月 2023 10:54:48 +0800
Subject: [PATCH] 新修改添加页面

---
 src/views/loginPage/loginPage.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/loginPage/loginPage.vue b/src/views/loginPage/loginPage.vue
index 46d3311..14d69e8 100644
--- a/src/views/loginPage/loginPage.vue
+++ b/src/views/loginPage/loginPage.vue
@@ -26,7 +26,7 @@
                 </div>
             </el-col>
         </el-row>
-        <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司</div>
+        <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司<br/><span>GTXH Intelligent Security Management System V1.0.1</span></div>
     </div>
 </template>
 
@@ -130,10 +130,16 @@
         left: 0;
     }
     .rights {
-        font-size: 16px;
+        font-size: 1.2rem;
         color: #fff;
         position: absolute;
         bottom: 30px;
+        text-align: center;
+
+        span{
+            font-size: 1rem;
+            color: #eee;
+        }
     }
     .loginContent {
         width: 100%;

--
Gitblit v1.9.2