Skip to content

Commit 62eb655

Browse files
committed
fix scanlight still
1 parent 822e343 commit 62eb655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.hello-world/5.read-video-vue/src/components/BarcodeScanner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
style="width:100%;height:100%;position:absolute;left:0;top:0;"></video>
1515
<canvas class="dbrScanner-cvs-drawarea" style="width:100%;height:100%;position:absolute;left:0;top:0;"></canvas>
1616
<div class="dbrScanner-cvs-scanarea" style="width:100%;height:100%;position:absolute;left:0;top:0;">
17-
<div class="dbrScanner-scanlight" style="display:none;width:100%;height:3%;position:absolute;animation:3s infinite dce-scanlight;border-radius:50%;box-shadow:0px 0px 2vw 1px #00e5ff;background:#fff;user-select:none;"></div>
17+
<div class="dbrScanner-scanlight" style="display:none;width:100%;height:3%;position:absolute;animation:3s infinite dbrScanner-scanlight;border-radius:50%;box-shadow:0px 0px 2vw 1px #00e5ff;background:#fff;user-select:none;"></div>
1818
</div>
1919
<select class="dce-sel-camera" style="margin:0 auto;position:absolute;left:0;top:0;"></select>
2020
<select class="dce-sel-resolution" style="position:absolute;left:0;top:20px;"></select>

0 commit comments

Comments
 (0)