From 6c07d201c1516cbf091e370319918a467515bc03 Mon Sep 17 00:00:00 2001
From: TanYibin <5491541@qq.com>
Date: Tue, 14 Jan 2025 17:26:19 +0800
Subject: [PATCH] 登录页样式调整

---
 ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
index 33af116..cc4bab8 100644
--- a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
+++ b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
@@ -382,8 +382,9 @@ export default {
 #logoImg {
   z-index: 100;
   width: 10vw;
-  height: 4.75vw;
-  line-height: 4.5vw;
+  height: 1.5vw;
+  line-height: 1.5vw;
+  margin-bottom: 1vw;
   margin-left: 2vw;
   margin-right: 0.5vw;
   font-size: 1.1vw;
@@ -397,11 +398,11 @@ export default {
 }
 #text {
   z-index: 100;
-  height: 4.5vw;
-  line-height: 4.5vw;
+  height: 1.5vw;
+  line-height: 1.5vw;
   width: 100%;
   font-size: 1.1vw;
-  margin-bottom: 0vw;
+  margin-bottom: 0.8vw;
   color: #333333;
   font-family: 'Microsoft YaHei', 'SimSun', sans-serif;
   font-weight: bold;
--
libgit2 0.22.2