Commit 34b48862 authored by 毛线's avatar 毛线

save

parent 4f60b7d1
<template>
<video ref="jswebrtc" style="width: 100%;height: 100%;object-fit: fill;" playsinline @click="(e) => handler().click(e)"/>
<video ref="jswebrtc" style="width: 100%;height: 100%;" playsinline @click="(e) => handler().click(e)"/>
</template>
<script>
......
......@@ -5,7 +5,7 @@
<img v-if="tabIndex === index" class="tab-img" src="https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/Rounded%20Rectangle%2019.png" alt="">
<img v-else class="tab-img" src="https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/last_game%20%E6%8B%B7%E8%B4%9D%202.png" alt="">
<div class="text">{{ text }}</div>
<div v-if="index === 0" class="version">{{ `1.0.026` }}</div>
<div v-if="index === 0" class="version">{{ `1.0.027` }}</div>
</div>
</div>
</div>
......
......@@ -206,13 +206,13 @@ export default {
}
.player {
display: flex;
left: 210px;
left: 250px;
top: 10px;
position: relative;
.live-play {
width: 560px;
width: 536px;
height: 368px;
padding: 30px 18px 13px;
padding: 24px 18px 10px;
position: relative;
box-sizing: border-box;
background: black;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment