Bläddra i källkod

优化

wulanhaote
liuminjian 3 år sedan
förälder
incheckning
ac7d4bdf1b
3 ändrade filer med 4 tillägg och 2 borttagningar
  1. Binär
      src/assets/images/homestead/login_bg.jpg
  2. +2
    -1
      src/views/authenticRight/login.vue
  3. +2
    -1
      src/views/homestead/login.vue

Binär
src/assets/images/homestead/login_bg.jpg Visa fil

Före Efter
Bredd: 375  |  Höjd: 324  |  Storlek: 41 KiB Bredd: 375  |  Höjd: 324  |  Storlek: 73 KiB

+ 2
- 1
src/views/authenticRight/login.vue Visa fil

@@ -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 Visa fil

@@ -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;
}


Laddar…
Avbryt
Spara