11
This commit is contained in:
parent
4d58cf23b6
commit
2954b6f285
BIN
src/assets/images/login/login_bg.jpg
Normal file
BIN
src/assets/images/login/login_bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@ -1,7 +1,7 @@
|
||||
.login-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url(/@/assets/images/login/login-bg.jpg) no-repeat center;
|
||||
background: url(/@/assets/images/login/login_bg.jpg) no-repeat center;
|
||||
background-size: cover;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -26,7 +26,7 @@
|
||||
padding: 14px 42px;
|
||||
position: relative;
|
||||
left: 18%;
|
||||
top: 2vh;
|
||||
top: 15vh;
|
||||
}
|
||||
.login-title {
|
||||
font-size: 30px;
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
-->
|
||||
<template>
|
||||
<div class="login-container">
|
||||
<div class="name">欢迎使用<br>人工肝病例登记系统</div>
|
||||
<!-- <div class="name">欢迎使用<br>人工肝病例登记系统</div> -->
|
||||
<div class="box-item login">
|
||||
<div class="login-title">账号登录</div>
|
||||
<a-form ref="formRef" class="login-form" :model="loginForm" :rules="rules">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user