|
@@ -8,7 +8,7 @@
|
|
|
<template v-if="item.UUID">
|
|
|
<div :style="{ maxWidth: '100%', maxHeight: '100%', aspectRatio: 16 / 9 }">
|
|
|
<!-- 视频 -->
|
|
|
- <pub-video style="transform: rotate(180deg);" :new-class="'part ps-video' + item.UUID" :is-scale="true" />
|
|
|
+ <pub-video :new-class="'part ps-video' + item.UUID" :is-scale="true" />
|
|
|
<!-- 工具面板 -->
|
|
|
<!-- <OperationPanel :op-class="'ps-video' + item.UUID" :uuid="item.UUID" /> -->
|
|
|
<!-- 加载 -->
|