Commit f4b5e7fe authored by 毛线's avatar 毛线

no message

parent 2a37889b
......@@ -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.014` }}</div>
<div v-if="index === 0" class="version">{{ `1.0.015` }}</div>
</div>
</div>
</div>
......
......@@ -128,11 +128,10 @@ export default {
const pb = 12
const px = 14
const width = this.$refs?.livePlay?.offsetWidth || 0
console.log('width', width)
let spt = pt
let spb = pb
let spx = px
let padding = '30px 18px 13px'
let padding = '30px 18px 16px'
if (is_mobile || hideHeader) {
spt = pt * width / imgWidth
spb = pb * width / imgWidth
......
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