Parcourir la source

💄 feat: 登录页样式修改

WanGxC il y a 1 an
Parent
commit
1ef5750a7c
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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>