From ff46cc24356b2cd2f23ab3cd7892e61b682d2b8c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 11 May 2026 10:03:42 +0800
Subject: [PATCH] 主线提交

---
 src/views/homePage.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index 48450d3..9bc2de4 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -344,7 +344,7 @@
 .content{
   display: flex;
   min-width: 1200px;
-  min-height: 560px;
+  min-height: 400px;
   border-radius: 80px 40px 80px 40px;
   border: 2px solid #fff;
   background: url("../assets/images/logbox.jpg") no-repeat center;
@@ -377,6 +377,11 @@
     justify-content: center;
     align-items: center;
     background-repeat: no-repeat;
+
+    img{
+      width: 95%;
+      height: auto;
+    }
   }
 }
 .fromRow{

--
Gitblit v1.9.2