1231
This commit is contained in:
parent
7d483d45a7
commit
3a174276ce
@ -125,10 +125,7 @@ const changeLive=()=>{
|
|||||||
<LiveRoom :fullLive="fullLive" />
|
<LiveRoom :fullLive="fullLive" />
|
||||||
</client-only>
|
</client-only>
|
||||||
</div>
|
</div>
|
||||||
<div v-show="!fullLive" :class="[
|
<div v-show="!fullLive" class="bg-#fff" >
|
||||||
'bg-white transform transition-all duration-500 ease-out',
|
|
||||||
fullLive ? 'translate-y-full' : 'translate-y-0'
|
|
||||||
]">
|
|
||||||
<van-tabs sticky animated>
|
<van-tabs sticky animated>
|
||||||
<van-tab title="拍品列表">
|
<van-tab title="拍品列表">
|
||||||
<div class="px-[16px] pt-[16px]">
|
<div class="px-[16px] pt-[16px]">
|
||||||
|
Loading…
Reference in New Issue
Block a user