Compare commits

...

2 Commits

Author SHA1 Message Date
qiangyanwen 94a2526af3 完成登录页面优化 2022-08-14 17:17:56 +08:00
qiangyanwen 540ef854b7 testcase 2022-08-14 17:16:57 +08:00
1 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<template>
<div class="container">
<div class="loginBox">
<div class="text">
监控系统后台
</div>
<a-form class="loginForm" :model="userData"
:rules="rules" ref="formRef">
<a-form-item
@ -135,6 +138,16 @@ export default {
padding: 0 20px;
box-sizing: border-box;
}
.text{
display: flex;
margin-top: 25px;
height: 20px;
justify-content: space-around;
align-items: center;
font-size: 25px;
font-weight: bold;
color: #42EBFF;
}
.loginBtn {
display: flex;