谢杰标 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%;