mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-21 20:42:04 +08:00
修复样式问题
This commit is contained in:
@@ -16,7 +16,7 @@ const props = defineProps({
|
||||
})
|
||||
|
||||
// 提示框
|
||||
const $toast = useToast()
|
||||
const $toast = useToast({ position: 'top' })
|
||||
|
||||
// 图片加载状态
|
||||
const isImageLoaded = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user