소스 검색

登录页login底色改为 #fff

dusenyao 2 년 전
부모
커밋
3a42440e06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -169,7 +169,7 @@ function handleLogin() {
       height: 136px;
       min-height: 136px;
       overflow: hidden;
-      background-color: #c4c4c4;
+      background-color: #fff;
       border-radius: 25px;
     }