Merge branch 'fanpeng' into 'develop'

feat: 优化p2pPlayer组件的样式,调整按钮背景和布局,提升用户界面体验

See merge request StarlockTeam/wx-starlock!49
This commit is contained in:
范鹏 2025-07-11 03:49:36 +00:00
commit 5e6236b359

View File

@ -66,10 +66,15 @@
:style="{
top: isApp ? '60px' : buttonInfo.bottom + 15 + 'px'
}"
class="bg-[rgba(0,0,0,0.35)] rounded-full px-4 py-1.5 fixed right-32"
class="fixed right-32"
>
<cover-view class="text-white text-xs" @click="showQualitySelector">
{{ range[index].name }}
<cover-view
class="bg-[rgba(0,0,0,0.35)] rounded-full px-4 py-1.5"
style="background-color: rgba(0, 0, 0, 0.35)"
>
<cover-view class="text-white text-xs" @click="showQualitySelector">
{{ range[index].name }}
</cover-view>
</cover-view>
</cover-view>
<cover-view