背景图更换

This commit is contained in:
13218645326 2023-12-10 15:34:15 +08:00
parent dc5f124f39
commit d4c1671039
3 changed files with 5 additions and 1 deletions

2
env/.env.sit vendored
View File

@ -3,4 +3,4 @@ VITE_ENV = 'production'
VITE_BUILD_MODE = 'sit'
# 线上环境接口地址
VITE_API_URL = 'http://112.29.103.165:1619/zlpt'
VITE_API_URL = 'http://112.29.103.165:1620/zlpt'

BIN
src/assets/img/loginBg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

@ -69,6 +69,10 @@
display: flex;
align-items: center;
justify-content: center;
background-image: url("../assets/img/loginBg.png") ;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
.login-form {
width: 500px;
height: 360px;