From 4ded18b05c48082be4a451baa1e380554df92dcc Mon Sep 17 00:00:00 2001
From: TanYibin <5491541@qq.com>
Date: Mon, 2 Sep 2024 11:39:34 +0800
Subject: [PATCH] 首页样式优化

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

diff --git a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
index 11303f5..8ddb39a 100644
--- a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
+++ b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
@@ -419,16 +419,13 @@ export default {
   width: 100%; /* 宽度 100% */
 }
 #welcome {
+  margin-top: 20px;
   color: #333333;
   font-size: 1.5vw;
   align-content: end;
   font-family: 'Microsoft YaHei', 'SimSun', sans-serif;
   text-align: center;
   margin-left: 1vw;
-  margin-top: 1.5vw;
-}
-#welcome-middle {
-  height: 55%;
 }
 #name {
   border-width: 1px;
--
libgit2 0.22.2