谢杰标 3 年之前
父节点
当前提交
4efdd54b7a
共有 3 个文件被更改,包括 6 次插入3 次删除
  1. 2 1
      src/pages/course-detail/index copy.vue
  2. 2 1
      src/pages/course-detail/index.vue
  3. 2 1
      src/pages/live-detail/index.vue

+ 2 - 1
src/pages/course-detail/index copy.vue

@@ -7274,7 +7274,8 @@ export default {
         float: right;
         width: 400px;
         height: 400px;
-
+        position: relative;
+        overflow: hidden;
         video {
           width: 100%;
           height: 100%;

+ 2 - 1
src/pages/course-detail/index.vue

@@ -8298,7 +8298,8 @@ export default {
         float: right;
         width: 400px;
         height: 400px;
-
+        position: relative;
+        overflow: hidden;
         video {
           width: 100%;
           height: 100%;

+ 2 - 1
src/pages/live-detail/index.vue

@@ -7463,7 +7463,8 @@ export default {
         float: right;
         width: 400px;
         height: 400px;
-
+        position: relative;
+        overflow: hidden;
         video {
           width: 100%;
           height: 100%;