Skip to content

Commit d1299c6

Browse files
committed
334p 74행 중복 스타일 속성 삭제
1 parent 0c28569 commit d1299c6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ch10/router-test10/src/pages/VideoPlayer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
<style scoped>
7575
.modal { display: block; position: fixed; z-index: 1;
7676
left: 0; top: 0; width: 100%; height: 100%;
77-
overflow: auto; background-color: rgb(0,0,0);
77+
overflow: auto;
7878
background-color: rgba(0,0,0,0.4); }
7979
.box { background-color: white; margin:80px auto;
8080
max-width: 500px; min-width: 100px; min-height: 350px;

ch10/router-test5/src/pages/VideoPlayer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
<style scoped>
7272
.modal { display: block; position: fixed; z-index: 1;
7373
left: 0; top: 0; width: 100%; height: 100%;
74-
overflow: auto; background-color: rgb(0,0,0);
74+
overflow: auto;
7575
background-color: rgba(0,0,0,0.4); }
7676
.box { background-color: white; margin:80px auto;
7777
max-width: 500px; min-width: 100px; min-height: 350px;

ch10/router-test6-1/src/pages/VideoPlayer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
<style scoped>
7272
.modal { display: block; position: fixed; z-index: 1;
7373
left: 0; top: 0; width: 100%; height: 100%;
74-
overflow: auto; background-color: rgb(0,0,0);
74+
overflow: auto;
7575
background-color: rgba(0,0,0,0.4); }
7676
.box { background-color: white; margin:80px auto;
7777
max-width: 500px; min-width: 100px; min-height: 350px;

ch10/router-test7-3/src/pages/VideoPlayer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
<style scoped>
7575
.modal { display: block; position: fixed; z-index: 1;
7676
left: 0; top: 0; width: 100%; height: 100%;
77-
overflow: auto; background-color: rgb(0,0,0);
77+
overflow: auto;
7878
background-color: rgba(0,0,0,0.4); }
7979
.box { background-color: white; margin:80px auto;
8080
max-width: 500px; min-width: 100px; min-height: 350px;

ch10/router-test8/src/pages/VideoPlayer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
<style scoped>
7575
.modal { display: block; position: fixed; z-index: 1;
7676
left: 0; top: 0; width: 100%; height: 100%;
77-
overflow: auto; background-color: rgb(0,0,0);
77+
overflow: auto;
7878
background-color: rgba(0,0,0,0.4); }
7979
.box { background-color: white; margin:80px auto;
8080
max-width: 500px; min-width: 100px; min-height: 350px;

ch10/router-test9/src/pages/VideoPlayer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
<style scoped>
7575
.modal { display: block; position: fixed; z-index: 1;
7676
left: 0; top: 0; width: 100%; height: 100%;
77-
overflow: auto; background-color: rgb(0,0,0);
77+
overflow: auto;
7878
background-color: rgba(0,0,0,0.4); }
7979
.box { background-color: white; margin:80px auto;
8080
max-width: 500px; min-width: 100px; min-height: 350px;

0 commit comments

Comments
 (0)