Compare commits
No commits in common. "a8be60ca92d4323ef4e7f2048919ad5531b5111a" and "3f6bacdc63ec40a969de81f22b5869c7248b5ec5" have entirely different histories.
a8be60ca92
...
3f6bacdc63
|
|
@ -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 |
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue