@ -1,6 +1,7 @@
/node_modules
/public/hot
/public/storage
/storage/app/public/assets/upload
/storage/*.key
/vendor
.env
@ -156,12 +156,20 @@ const passwordInputRef = (e) => {
}
.login_space_image_wrapper img {
width: 400px;
height: 600px;
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
position: absolute;
left: 50%;
bottom: 0;
right: 0;
top: 50%;
transform: translate(-50%, -50%);
.login_space_image_wrapper {
position: relative;
@ -153,14 +153,22 @@ const passwordInputRef = (e) => {
.login_space_wrapper {