From fc22e03451c7357bd105a509badb49d0292f2511 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Mon, 01 Jun 2026 09:47:22 +0800
Subject: [PATCH] 中科大-支线提交
---
src/views/homePage.vue | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index 48450d3..083fe11 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -14,7 +14,9 @@
</div>
</div>
<div class="formBox">
- <div class="loginTitle"><span>国泰新华</span><br/>安全教育平台</div>
+ <div class="loginTitle">
+ <span>中国科学技术大学</span><br/>
+ 安全教育平台</div>
<div style="padding: 20px 0;">
<el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
<el-form-item>
@@ -344,7 +346,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 +379,11 @@
justify-content: center;
align-items: center;
background-repeat: no-repeat;
+
+ img{
+ width: 95%;
+ height: auto;
+ }
}
}
.fromRow{
--
Gitblit v1.9.2