소스 검색

Merge branch 'test' into dev_zyh

zhouyuhao 7 달 전
부모
커밋
7e7f1fa8eb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/Login/src/components/ChangePasswordCard.vue
  2. 1 1
      src/views/Login/src/loginView.vue

+ 1 - 1
src/views/Login/src/components/ChangePasswordCard.vue

@@ -253,7 +253,7 @@ const checkPassword = () => {
 }
 
 .login-card {
-  width: 410px;
+  width: 400px;
   border-radius: 12px;
   .title {
     display: flex;

+ 1 - 1
src/views/Login/src/loginView.vue

@@ -487,7 +487,7 @@ const firstLoginTipsRef = ref()
 }
 
 .login-card {
-  width: 410px;
+  width: 400px;
 
   .card-title {
     display: flex;