Skip to content

Commit afe6225

Browse files
committed
update style
1 parent 4298f7b commit afe6225

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

1.hello-world/13.read-video-react-ts/src/components/VideoDecode/VideoDecode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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%;}

1.hello-world/3.read-video-angular/src/app/barcode-scanner/barcode-scanner.component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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%;}
@@ -10,4 +10,4 @@
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%;}}

1.hello-world/4.read-video-react/src/components/VideoDecode/VideoDecode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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%;}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

1.hello-world/6.read-video-vue3/src/components/VideoDecode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

1.hello-world/7.read-video-nextjs/styles/BarcodeScanner.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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%;}

1.hello-world/8.read-video-nuxtjs/components/VideoDecode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)