SanHQin 7 달 전
부모
커밋
d34f24d5f2

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/report.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-69af1f9d.76c2db6c.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.426631b5.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-69af1f9d.004beb0a.js


+ 18 - 1
src/components/sweepPage_html5_qrcode.vue

@@ -137,7 +137,7 @@ export default {
       this.cameras = new Html5Qrcode('reader')
       this.cameras.start(
         { facingMode: { exact: 'environment' } },
-        { fps: 10, qrbox: { width: 250, height: 250 } },
+        { fps: 10 },
         this.CamerasSuccess
       )
     },
@@ -334,4 +334,21 @@ export default {
     transform: translateY(0);
   }
 }
+
+#reader__dashboard_section_cameras,
+#reader__dashboard_section_swaplink,
+#reader__header_message,
+#reader__scan_region > div {
+  display: none !important; /* 隐藏默认的一些 UI */
+}
+
+#reader__scan_region video {
+  width: 100% !important;
+  height: 100% !important;
+  object-fit: cover; /* 视频填充满容器,裁切多余部分 */
+}
+
+// #reader__dashboard {
+//   display: none !important;
+// }
 </style>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.