Commit 59668471 authored by 毛线's avatar 毛线

全屏问题处理

parent 137e8e8c
...@@ -5,7 +5,7 @@ ...@@ -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-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=""> <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 class="text">{{ text }}</div>
<div v-if="index === 0" class="version">{{ `1.0.009` }}</div> <div v-if="index === 0" class="version">{{ `1.0.010` }}</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
.live-play { .live-play {
width: 560px; width: 560px;
height: 368px; height: 368px;
padding: 22px 15px 10px; padding: 30px 18px 13px;
position: relative; position: relative;
box-sizing: border-box; box-sizing: border-box;
background: black; background: black;
...@@ -272,6 +272,9 @@ export default { ...@@ -272,6 +272,9 @@ export default {
margin-left: 0; margin-left: 0;
margin-top: 20px; margin-top: 20px;
} }
.live-play {
padding: 30px 18px 12px;
}
} }
&.hide-header { &.hide-header {
...@@ -283,6 +286,9 @@ export default { ...@@ -283,6 +286,9 @@ export default {
.right-player { .right-player {
display: none; display: none;
} }
.live-play {
padding: 34px 24px 14px;
}
} }
} }
......
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