File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
13.read-video-react-ts/src/components/VideoDecode
3.read-video-angular/src/app/barcode-scanner
4.read-video-react/src/components/VideoDecode
5.read-video-vue/src/components
6.read-video-vue3/src/components
7.read-video-nextjs/styles
8.read-video-nuxtjs/components Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- .component-barcode-scanner {width : 100% ;height : 100% ;min-width : 640px ;min-height : 480px ;background : # eee ;position : relative;resize : both;}
1+ .component-barcode-scanner {width : 100% ;height : 100% ;/* min-width:640px; */ min-height : 480px ;background : # eee ;position : relative;resize : both;}
22.dce-bg-loading {animation : 1s linear infinite dce-rotate;width : 40% ;height : 40% ;position : absolute;margin : auto;left : 0 ;top : 0 ;right : 0 ;bottom : 0 ;fill : # aaa ;}
33.dce-bg-camera {display : none;width : 40% ;height : 40% ;position : absolute;margin : auto;left : 0 ;top : 0 ;right : 0 ;bottom : 0 ;fill : # aaa ;}
44.dce-video-container {position : absolute;left : 0 ;top : 0 ;width : 100% ;height : 100% ;}
Original file line number Diff line number Diff line change 1- .component-barcode-scanner {width : 100% ;height : 100% ;min-width : 640px ;min-height : 480px ;background : # eee ;position : relative;resize : both;}
1+ .component-barcode-scanner {width : 100% ;height : 100% ;/* min-width:640px; */ min-height : 480px ;background : # eee ;position : relative;resize : both;}
22.dce-bg-loading {animation : 1s linear infinite dce-rotate;width : 40% ;height : 40% ;position : absolute;margin : auto;left : 0 ;top : 0 ;right : 0 ;bottom : 0 ;fill : # aaa ;}
33.dce-bg-camera {display : none;width : 40% ;height : 40% ;position : absolute;margin : auto;left : 0 ;top : 0 ;right : 0 ;bottom : 0 ;fill : # aaa ;}
44.dce-video-container {position : absolute;left : 0 ;top : 0 ;width : 100% ;height : 100% ;}
1010.dbr-msg-poweredby {position : absolute;left : 50% ;bottom : 10% ;transform : translateX (-50% );}
1111.dbr-msg-poweredby svg {height : max (3vmin , 17px );fill : # FFFFFF ;}
1212@keyframes dce-rotate{from {transform : rotate (0turn );}to {transform : rotate (1turn );}}
13- @keyframes dce-scanlight{from {top : 0 ;}to {top : 97% ;}}
13+ @keyframes dce-scanlight{from {top : 0 ;}to {top : 97% ;}}
Original file line number Diff line number Diff line change 1- .component-barcode-scanner {width : 100% ;height : 100% ;min-width : 640px ;min-height : 480px ;background : # eee ;position : relative;resize : both;}
1+ .component-barcode-scanner {width : 100% ;height : 100% ;/* min-width:640px; */ min-height : 480px ;background : # eee ;position : relative;resize : both;}
22.dce-bg-loading {animation : 1s linear infinite dce-rotate;width : 40% ;height : 40% ;position : absolute;margin : auto;left : 0 ;top : 0 ;right : 0 ;bottom : 0 ;fill : # aaa ;}
33.dce-bg-camera {display : none;width : 40% ;height : 40% ;position : absolute;margin : auto;left : 0 ;top : 0 ;right : 0 ;bottom : 0 ;fill : # aaa ;}
44.dce-video-container {position : absolute;left : 0 ;top : 0 ;width : 100% ;height : 100% ;}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export default {
109109.component-barcode-scanner {
110110 width : 100% ;
111111 height : 100% ;
112- min-width : 640px ;
112+ /* min-width: 640px; */
113113 min-height : 480px ;
114114 background : #eee ;
115115 position : relative ;
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export default {
113113.component-barcode-scanner {
114114 width : 100% ;
115115 height : 100% ;
116- min-width : 640px ;
116+ /* min-width: 640px; */
117117 min-height : 480px ;
118118 background : #eee ;
119119 position : relative ;
Original file line number Diff line number Diff line change 1- .component-barcode-scanner {width : 100% ;height : 100% ;min-width : 640px ;min-height : 480px ;background : # eee ;position : relative;resize : both;}
1+ .component-barcode-scanner {width : 100% ;height : 100% ;/* min-width:640px; */ min-height : 480px ;background : # eee ;position : relative;resize : both;}
22.dce-bg-loading {animation : 1s linear infinite dce-rotate;width : 40% ;height : 40% ;position : absolute;margin : auto;left : 0 ;top : 0 ;right : 0 ;bottom : 0 ;fill : # aaa ;}
33.dce-bg-camera {display : none;width : 40% ;height : 40% ;position : absolute;margin : auto;left : 0 ;top : 0 ;right : 0 ;bottom : 0 ;fill : # aaa ;}
44.dce-video-container {position : absolute;left : 0 ;top : 0 ;width : 100% ;height : 100% ;}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export default {
109109.component-barcode-scanner {
110110 width : 100% ;
111111 height : 100% ;
112- min-width : 640px ;
112+ /* min-width: 640px; */
113113 min-height : 480px ;
114114 background : #eee ;
115115 position : relative ;
You can’t perform that action at this time.
0 commit comments