彭宇 2 gadi atpakaļ
vecāks
revīzija
38576f0ee1

+ 1 - 1
src/components/TcPlayer.vue

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

+ 1 - 1
src/components/vBottomMenu.vue

@@ -372,7 +372,7 @@
     </el-dialog>
     </el-dialog>
     <!-- 图片,视频预览 -->
     <!-- 图片,视频预览 -->
     <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="40%" append-to-body>
     <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>
     </el-dialog>
   </div>
   </div>
 </template>
 </template>

+ 1 - 1
src/views/eventdetailsdialog.vue

@@ -850,7 +850,7 @@
     </el-dialog>
     </el-dialog>
     <!-- 图片,视频预览 -->
     <!-- 图片,视频预览 -->
     <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="40%" customClass="customWidthMp4">
     <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>
     </el-dialog>
   </div>
   </div>
 </template>
 </template>