瀏覽代碼

优化

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 查看文件

Before After
Width: 375  |  Height: 324  |  Size: 41 KiB Width: 375  |  Height: 324  |  Size: 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;
}


Loading…
取消
儲存