Skip to content

Commit 65dd368

Browse files
committed
update style;
1 parent ed2dd1a commit 65dd368

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

1.hello-world/3.read-video-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class VideoDecodeComponent implements OnInit {
129129
justify-content: center;
130130
align-items: center;
131131
width: 100%;
132-
height: 90%;
132+
/* height: 90%; */
133133
border: 1px solid black
134134
}
135135
```

1.hello-world/3.read-video-angular/src/app/img-decode/img-decode.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
justify-content: center;
44
align-items: center;
55
width: 100%;
6-
height: 90%;
6+
/* height: 90%; */
77
border: 1px solid black
88
}

1.hello-world/6.read-video-vue3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ button {
406406
text-align: center;
407407
font-size: medium;
408408
/* height: 40vh; */
409-
width: 80vw;
409+
width: 100%;
410410
}
411411
412412
.applogo {

0 commit comments

Comments
 (0)