소스 검색

💄 feat: 登录页样式修改

WanGxC 1 년 전
부모
커밋
1ef5750a7c
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/system/login/component/scan.vue

+ 4 - 0
src/views/system/login/component/scan.vue

@@ -88,4 +88,8 @@ onMounted(() => {
     animation-delay: 0.2s;
   }
 }
+
+:deep(#wx_qrcode iframe) {
+  height: 365px;
+}
 </style>