ソースを参照

优化

wulanhaote
liuminjian 3年前
コミット
ac7d4bdf1b
3個のファイルの変更4行の追加2行の削除
  1. バイナリ
      src/assets/images/homestead/login_bg.jpg
  2. +2
    -1
      src/views/authenticRight/login.vue
  3. +2
    -1
      src/views/homestead/login.vue

バイナリ
src/assets/images/homestead/login_bg.jpg ファイルの表示

変更前 変更後
幅: 375  |  高さ: 324  |  サイズ: 41 KiB 幅: 375  |  高さ: 324  |  サイズ: 73 KiB

+ 2
- 1
src/views/authenticRight/login.vue ファイルの表示

@@ -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 ファイルの表示

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


読み込み中…
キャンセル
保存