소스 검색

优化

wulanhaote
liuminjian 3 년 전
부모
커밋
ac7d4bdf1b
3개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      src/assets/images/homestead/login_bg.jpg
  2. +2
    -1
      src/views/authenticRight/login.vue
  3. +2
    -1
      src/views/homestead/login.vue

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


불러오는 중...
취소
저장