背景图更换
This commit is contained in:
parent
dc5f124f39
commit
d4c1671039
|
|
@ -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'
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.0 MiB |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue