|
|
@@ -279,7 +279,7 @@
|
|
|
:src="videoUrl"
|
|
|
controlsList="nodownload noremote footbar"
|
|
|
controls
|
|
|
- style="height: 100%; max-width: 100%"
|
|
|
+ style="height: 700px; width: 100%"
|
|
|
oncontextmenu="return false;"
|
|
|
onmouseleave="leaveVideo(this)"
|
|
|
ref="video"
|
|
|
@@ -290,7 +290,7 @@
|
|
|
</el-dialog>
|
|
|
<programme-log :dialogVisible="isShow" @close="isShow = false" ref="public"></programme-log>
|
|
|
<el-dialog class="videoDialog" destroy-on-close center append-to-body :visible.sync="showImg" width="35%">
|
|
|
- <img style="height: 100%; max-width: 100%;" :src="annex" alt="" />
|
|
|
+ <img style="height: 100%; width: 100%;" :src="annex" alt="" />
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
</template>
|