fix
This commit is contained in:
@@ -147,9 +147,10 @@ onMounted(()=>{
|
||||
// 开始监听
|
||||
if(resizeObserver)resizeObserver.observe(listingsBoxRef.value)
|
||||
})
|
||||
chooseList.value = []
|
||||
getCollectionDetail()
|
||||
})
|
||||
onActivated(()=>{
|
||||
getCollectionDetail()
|
||||
})
|
||||
onUnmounted(()=>{
|
||||
})
|
||||
@@ -370,7 +371,7 @@ const {} = toRefs(data);
|
||||
}
|
||||
> img{
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
}
|
||||
&.active{
|
||||
border: 1.5px solid #000;
|
||||
|
||||
Reference in New Issue
Block a user