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