|
@@ -13,7 +13,7 @@
|
|
|
</div>
|
|
|
<ul class="monitor-list" >
|
|
|
<!-- <div @click="opeanfullwin()" class="opean"></div> -->
|
|
|
- <li v-for="(hls, index) in hls_video" :key="index">
|
|
|
+ <li v-for="(hls, index) in hls_video" :key="index" style="height:14vh">
|
|
|
<video
|
|
|
v-if="hls.boolhls"
|
|
|
class="hlsVideo monitor-height"
|
|
@@ -81,12 +81,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</transition>
|
|
|
- <!-- <iframe
|
|
|
+ <iframe
|
|
|
id="otherPage"
|
|
|
align="middle"
|
|
|
:src="iframe_Url"
|
|
|
:style="'width:' + width + ';'"
|
|
|
- ></iframe> -->
|
|
|
+ ></iframe>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|