This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
优化
wulanhaote
liuminjian
3 years ago
parent
58002f652d
commit
ac7d4bdf1b
3 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
src/assets/images/homestead/login_bg.jpg
+2
-1
src/views/authenticRight/login.vue
+2
-1
src/views/homestead/login.vue
BIN
src/assets/images/homestead/login_bg.jpg
View File
Before
After
Width:
375
| Height:
324
| Size:
41 KiB
Width:
375
| Height:
324
| Size:
73 KiB
+ 2
- 1
src/views/authenticRight/login.vue
View File
@@ -188,7 +188,8 @@ export default {
.signIn_container {
flex: 1;
display: flex;
margin-bottom: 18px;
max-height: 90px;
margin-bottom: 24px;
&:last-child {
margin-bottom: 0;
}
+ 2
- 1
src/views/homestead/login.vue
View File
@@ -189,7 +189,8 @@ export default {
.signIn_container {
flex: 1;
display: flex;
margin-bottom: 18px;
max-height: 90px;
margin-bottom: 24px;
&:last-child {
margin-bottom: 0;
}
Write
Preview
Loading…
Cancel
Save