Commit cdb7e06d authored by 毛线's avatar 毛线

优化

parent a22c0d4d
......@@ -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.041` }}</div>
<div v-if="index === 0" class="version">{{ `1.0.043` }}</div>
</div>
</div>
</div>
......
......@@ -7,7 +7,7 @@
</div>
<Footer/>
<!-- 右侧菜单 -->
<Menu />
<Menu style="z-index: 100;"/>
<!-- 个人中心弹窗 -->
<!-- <div style="position: relative; z-index: 10;">
<UserDialog ref="userDialog" />
......@@ -267,7 +267,7 @@ export default {
}
.main-content {
flex: 1;
overflow: auto;
overflow: hidden;
position: relative;
z-index: 1;
}
......
......@@ -210,12 +210,12 @@ export default {
.jackpot {
position: absolute;
left: 0;
top: 50px;
top: 10px;
z-index: 1;
}
.player {
display: flex;
left: 250px;
left: 220px;
top: 20px;
position: relative;
.live-play {
......
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