Commit ac34e533 authored by 毛线's avatar 毛线

点击问题处理

parent f9ae2548
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<!-- play --> <!-- play -->
<div class="play-btn btn" @click="click().play()"> <div class="play-btn btn" @click="click().play()">
<img v-audio :src="playBtn.buttonImgN | img" alt=""> <img v-audio v-if="playBtn.buttonImgN" :src="playBtn.buttonImgN | img" alt="">
</div> </div>
<!-- 自动下注 --> <!-- 自动下注 -->
<div v-audio class="auto"> <div v-audio class="auto">
......
...@@ -240,6 +240,8 @@ export default { ...@@ -240,6 +240,8 @@ export default {
.box { .box {
height: 100%; height: 100%;
width: 100%; width: 100%;
position: relative;
z-index: 10;
} }
} }
.right-player { .right-player {
......
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