Merge branch 'fanpeng' into 'develop'
feat: 优化p2pPlayer组件的样式,调整按钮背景和布局,提升用户界面体验 See merge request StarlockTeam/wx-starlock!49
This commit is contained in:
commit
5e6236b359
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user