From 8918c0d29b8505e0096b516e70c28707ffb4a168 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 29 Jun 2026 17:07:06 +0800
Subject: [PATCH] 修改名称
---
src/views/homePage.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index 083fe11..3020c77 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -5,7 +5,7 @@
<!-- <img class="pics2" :src="logoPng">-->
<!-- <span style="font-size: 40px;color: black">国泰新华</span>-->
<!-- <div style="width: 2px;height: 40px;background-color: #1C68A7;margin-top: 5px;margin-left: 15px;margin-right: 15px"></div>-->
-<!-- <span style="font-size: 28px;color: white">在线教育平台</span>-->
+<!-- <span style="font-size: 28px;color: white">安全教育考试系统平台</span>-->
<!-- </div>-->
<div class="content">
<div class="imgBox">
@@ -16,7 +16,7 @@
<div class="formBox">
<div class="loginTitle">
<span>中国科学技术大学</span><br/>
- 安全教育平台</div>
+ 安全教育考试系统</div>
<div style="padding: 20px 0;">
<el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
<el-form-item>
@@ -96,7 +96,7 @@
<!-- <div class="login-panel">-->
<!-- <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">-->
-<!-- <h3 class="title">安全在线教育平台</h3>-->
+<!-- <h3 class="title">安全安全教育考试系统平台</h3>-->
<!-- <el-form-item prop="username">-->
<!-- <el-input-->
<!-- v-model="loginForm.username"-->
@@ -419,7 +419,7 @@
.loginTitle{
width: 100%;
text-align: center;
- font-size: 56px;
+ font-size: 50px;
color: #2563eb;
line-height: 1.2;
font-weight: bolder;
--
Gitblit v1.9.2