SanHQin 4 달 전
부모
커밋
3d75e829b5

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


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


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


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


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


+ 6 - 0
src/components/sweepPage_html5_qrcode.vue

@@ -339,6 +339,12 @@ export default {
   left: 0;
   object-fit: cover; /* 使视频自适应填充 */
 }
+
+#reader video {
+  width: 100% !important;
+  height: 100% !important;
+  object-fit: cover;
+}
 // #reader__dashboard_section_cameras,
 // #reader__dashboard_section_swaplink,
 // #reader__header_message,

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