Compare commits

..

No commits in common. "a8be60ca92d4323ef4e7f2048919ad5531b5111a" and "3f6bacdc63ec40a969de81f22b5869c7248b5ec5" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
GENERATE_SOURCEMAP=false GENERATE_SOURCEMAP=false
PUBLIC_URL=/tsg PUBLIC_URL=/tsg
REACT_APP_API_URL=http://223.75.53.141:83 REACT_APP_API_URL=http://local.gunshiiot.com:18083

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -1,6 +1,6 @@
.login-root { .login-root {
height: 100vh; height: 100vh;
background: url(./img/bg1.png) 0 0 no-repeat; background: url(./img/bg.png) 0 0 no-repeat;
background-size:100% 100%; background-size:100% 100%;
display: flex; display: flex;
justify-content: end; justify-content: end;