彭宇 2 سال پیش
والد
کامیت
38576f0ee1
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/components/TcPlayer.vue
  2. 1 1
      src/components/vBottomMenu.vue
  3. 1 1
      src/views/eventdetailsdialog.vue

+ 1 - 1
src/components/TcPlayer.vue

@@ -16,7 +16,7 @@ export default {
     widthHeigt: {
       type: Array,
       default: () => {
-        return [70, 70]
+        return [300, 100]
       }
     },
     playVideo: ''

+ 1 - 1
src/components/vBottomMenu.vue

@@ -372,7 +372,7 @@
     </el-dialog>
     <!-- 图片,视频预览 -->
     <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="40%" append-to-body>
-      <TcPlayer ref="TcPlayer" :playVideo="playVideo" :widthHeigt="[70,70]"></TcPlayer>
+      <TcPlayer ref="TcPlayer" :playVideo="playVideo" :widthHeigt="[100,100]"></TcPlayer>
     </el-dialog>
   </div>
 </template>

+ 1 - 1
src/views/eventdetailsdialog.vue

@@ -850,7 +850,7 @@
     </el-dialog>
     <!-- 图片,视频预览 -->
     <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="40%" customClass="customWidthMp4">
-      <TcPlayer ref="TcPlayer" :playVideo="playVideo" :widthHeigt="[70,70]"></TcPlayer>
+      <TcPlayer ref="TcPlayer" :playVideo="playVideo" :widthHeigt="[100,100]"></TcPlayer>
     </el-dialog>
   </div>
 </template>