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