fix
This commit is contained in:
@@ -119,9 +119,9 @@
|
||||
|
||||
.sketch-img {
|
||||
height: 100%;
|
||||
|
||||
object-fit: contain;
|
||||
height: 100%;
|
||||
&.sketch {
|
||||
height: initial;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,6 +147,8 @@ onMounted(()=>{
|
||||
// 开始监听
|
||||
if(resizeObserver)resizeObserver.observe(listingsBoxRef.value)
|
||||
})
|
||||
})
|
||||
onActivated(()=>{
|
||||
getCollectionDetail()
|
||||
})
|
||||
onUnmounted(()=>{
|
||||
|
||||
Reference in New Issue
Block a user