优化布局

This commit is contained in:
胡圣锋 2025-11-15 21:57:05 +08:00
parent 835f8eb650
commit 52b3a345bf
4 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -1,6 +1,7 @@
<template> <template>
<div class="login"> <div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h1 style="text-align: center; color: #1890ff;">心理健康测评系统</h1>
<h3 class="title">{{ isAdminMode ? '管理员登录' : '学员登录' }}</h3> <h3 class="title">{{ isAdminMode ? '管理员登录' : '学员登录' }}</h3>
<!-- 学员登录表单 --> <!-- 学员登录表单 -->
@ -328,7 +329,9 @@ export default {
.title { .title {
margin: 0px auto 30px auto; margin: 0px auto 30px auto;
text-align: center; text-align: center;
color: #707070; // color: #707070;
color: #076cca;
font-weight: 500;
} }
.login-form { .login-form {
@ -337,6 +340,7 @@ export default {
width: 400px; width: 400px;
padding: 25px 25px 5px 25px; padding: 25px 25px 5px 25px;
z-index: 1; z-index: 1;
border: 1px solid #dcdfe6;
.el-input { .el-input {
height: 38px; height: 38px;
input { input {