Kaynağa Gözat

master: Fixed 修复

gitboyzcf 1 ay önce
ebeveyn
işleme
29cfe81b0e

+ 1 - 1
src/views/VideoMonitoring/pages/PanoramicSituation/components/PartBox.vue

@@ -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" /> -->
         <!-- 加载 -->