@@ -16,7 +16,7 @@ export default {
widthHeigt: {
type: Array,
default: () => {
- return [70, 70]
+ return [300, 100]
}
},
playVideo: ''
@@ -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>
</div>
</template>
@@ -850,7 +850,7 @@
<el-dialog title="视频预览" :visible.sync="showTcPlayer" width="40%" customClass="customWidthMp4">