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,

部分文件因为文件数量过多而无法显示