From 02400ed870dd0adb9d865a1b383bab152018e6c1 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 20 十月 2023 15:48:07 +0800
Subject: [PATCH] 修改

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

diff --git a/src/views/loginPage/loginPage.vue b/src/views/loginPage/loginPage.vue
index a41bf07..17755ba 100644
--- a/src/views/loginPage/loginPage.vue
+++ b/src/views/loginPage/loginPage.vue
@@ -8,7 +8,7 @@
             <div class="loginPanel">
                 <div class="loginGroup">
                   <div style="width: 100%">
-                    <div style="width:100%;text-align: center;font-size: 22px;color: #11FEEE">欢迎登录</div>
+                    <div style="width:100%;text-align: center;font-size: 28px;color: #11FEEE">欢迎登录</div>
                       <AccountLogin />
                   </div>
                 </div>
@@ -71,15 +71,6 @@
 </script>
 
 <style scoped lang="scss">
-    @media screen and (min-width: 1366px){
-
-    }
-    @media screen and (min-width: 1024px) and (max-width: 1366px){
-
-    }
-    @media screen and (min-width: 960px) and (max-width: 1024px){
-
-    }
 .login-container {
     width: 100%;
     height: 100%;

--
Gitblit v1.9.2