guhongwei 4 år sedan
förälder
incheckning
777ac41f0a
1 ändrade filer med 8 tillägg och 1 borttagningar
  1. 8 1
      src/layout/live/detailInfo.vue

+ 8 - 1
src/layout/live/detailInfo.vue

@@ -31,7 +31,7 @@
           </el-col>
           <el-col :span="2" class="noVideo"> </el-col>
           <el-col :span="24" class="rightDown">
-            开始直播
+            <!-- 开始直播 -->
           </el-col>
         </el-col>
       </el-col>
@@ -263,4 +263,11 @@ export default {
 /deep/.el-dialog__body {
   min-height: 100px;
 }
+#main-video {
+  float: left;
+  width: 100%;
+  height: 640px;
+  min-height: 600px;
+  grid-area: 1/1/3/4;
+}
 </style>