优化布局
This commit is contained in:
parent
835f8eb650
commit
52b3a345bf
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 |
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div class="login">
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
||||
<h1 style="text-align: center; color: #1890ff;">心理健康测评系统</h1>
|
||||
<h3 class="title">{{ isAdminMode ? '管理员登录' : '学员登录' }}</h3>
|
||||
|
||||
<!-- 学员登录表单 -->
|
||||
|
|
@ -328,7 +329,9 @@ export default {
|
|||
.title {
|
||||
margin: 0px auto 30px auto;
|
||||
text-align: center;
|
||||
color: #707070;
|
||||
// color: #707070;
|
||||
color: #076cca;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.login-form {
|
||||
|
|
@ -337,6 +340,7 @@ export default {
|
|||
width: 400px;
|
||||
padding: 25px 25px 5px 25px;
|
||||
z-index: 1;
|
||||
border: 1px solid #dcdfe6;
|
||||
.el-input {
|
||||
height: 38px;
|
||||
input {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user