guhongwei 5 năm trước cách đây
mục cha
commit
564edc768f
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      src/views/live/parts/roomsDetail.vue

+ 6 - 2
src/views/live/parts/roomsDetail.vue

@@ -140,9 +140,13 @@ export default {
   border-radius: 10px;
 }
 #look-video {
-  float:left;
-  width: 50%;
+  float: left;
+  width: 100%;
   height: 200px;
   grid-area: 1/1/3/4;
+  div {
+    float: left;
+    width: 50%;
+  }
 }
 </style>