lsc 3 년 전
부모
커밋
98879d24ed
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/pages/liveRoom.vue

+ 2 - 2
src/components/pages/liveRoom.vue

@@ -537,7 +537,7 @@ export default {
 
 .imgMiddle {
   width: 100%;
-  height: 100%;
+  height: calc(100% - 45px);
   max-height: 920px;
 }
 
@@ -591,7 +591,7 @@ export default {
 
 .imghalf {
   width: 60% !important;
-  height: 100%;
+  height: calc(100% - 45px);
   max-height: 920px;
 }
 .answerBox {