zhibo he bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="video">
|
||||
<video v-if="isvideo" :id=" 'a' + time" style="width:100%;height:100%"></video>
|
||||
<img v-else :src="info.img" style="width:100%;height:100%" alt="">
|
||||
<video v-if="isvideo" :id=" 'a' + time" style="width:100%;height:calc(100% - 0.58rem)"></video>
|
||||
<img v-else :src="info.img" style="width:100%;height:calc(100% - 0.58rem)" alt="">
|
||||
<div class="title fenxiang" @click="show"> <img src="@/static/images/fenxiang.png" alt=""> {{lan.$t('lijifenxiang')}}</div>
|
||||
<div class="liveinfo">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user