This commit is contained in:
zoujiandong 2025-07-11 15:53:09 +08:00
parent 4d58cf23b6
commit 2954b6f285
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -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;

View File

@ -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">