xiaoxie
2022-04-24 6e7cd084ee0b9f4e2238fd4c142c0a6fb9682ed3
live页面适配palyer组件的修改
1个文件已修改
8 ■■■■ 已修改文件
web_src/src/components/live.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/live.vue
@@ -18,8 +18,7 @@
                 @click="playerIdx = (i-1)"
            >
              <div v-if="!videoUrl[i-1]" style="color: #ffffff;font-size: 30px;font-weight: bold;">{{i}}</div>
              <player v-else :ref="'player'+i" :videoUrl="videoUrl[i-1]"  fluent autoplay :height="true"
                      :containerId="'player'+i" @screenshot="shot" @destroy="destroy"></player>
              <player v-else :videoUrl="videoUrl[i-1]" fluent autoplay @screenshot="shot" @destroy="destroy"/>
            </div>
          </div>
        </el-main>
@@ -231,16 +230,20 @@
    margin: 0 10px;
  }
  .btn:hover{
      color: #409EFF;
  }
  .btn.active{
    color: #409EFF;
  }
  .redborder{
    border: 2px solid red !important;
  }
  .play-box{
    background-color: #000000;
    border: 2px solid #505050;
@@ -318,6 +321,7 @@
  .baidumap > .BMap_cpyCtrl {
    display: none !important;
  }
  .baidumap > .anchorBL {
    display: none !important;
  }