648540858
2024-01-31 33b125262b9bc6443ea2edbaac306fdbeb0dc7e5
优化jessibuca播放窗口尺寸
1个文件已修改
4 ■■■■ 已修改文件
web_src/src/components/common/jessibuca.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/common/jessibuca.vue
@@ -1,6 +1,6 @@
<template>
  <div ref="container" @dblclick="fullscreenSwich"
       style="width:100%;height:100%;min-height: 200px;background-color: #000000;margin:0 auto;position: relative;">
       style="width:100%;height:518px; min-height: 200px;background-color: #000000;margin:0 auto;position: relative;">
    <div class="buttons-box" id="buttonsBox">
      <div class="buttons-box-left">
        <i v-if="!playing" class="iconfont icon-play jessibuca-btn" @click="playBtnClick"></i>
@@ -46,7 +46,7 @@
    };
  },
  props: ['videoUrl', 'error', 'hasAudio', 'height'],
  mounted() {
  created() {
    let paramUrl = decodeURIComponent(this.$route.params.url)
    this.$nextTick(() => {
      this.updatePlayerDomSize()