no message

Mix
鹿和sa0ChunLuyu 3 years ago
parent 917aad3d68
commit 6b4b002990

1
.gitignore vendored

@ -1,6 +1,7 @@
/node_modules /node_modules
/public/hot /public/hot
/public/storage /public/storage
/storage/app/public/assets/upload
/storage/*.key /storage/*.key
/vendor /vendor
.env .env

@ -156,12 +156,20 @@ const passwordInputRef = (e) => {
} }
.login_space_image_wrapper img { .login_space_image_wrapper img {
width: 400px; width: auto;
height: 600px; height: auto;
display: block; max-width: 100%;
max-height: 100%;
position: absolute;
left: 50%;
bottom: 0;
right: 0;
top: 50%;
transform: translate(-50%, -50%);
} }
.login_space_image_wrapper { .login_space_image_wrapper {
position: relative;
width: 400px; width: 400px;
height: 600px; height: 600px;
} }

@ -153,14 +153,22 @@ const passwordInputRef = (e) => {
} }
.login_space_image_wrapper img { .login_space_image_wrapper img {
width: 400px; width: auto;
height: 600px; height: auto;
display: block; max-width: 100%;
max-height: 100%;
position: absolute;
left: 50%;
bottom: 0;
right: 0;
top: 50%;
transform: translate(-50%, -50%);
} }
.login_space_image_wrapper { .login_space_image_wrapper {
width: 400px; width: 400px;
height: 600px; height: 600px;
position: relative;
} }
.login_space_wrapper { .login_space_wrapper {

Loading…
Cancel
Save