移动端也要居中

This commit is contained in:
WindowBird 2025-11-17 17:47:33 +08:00
parent 0e107ecc2e
commit 9440019d5a

View File

@ -99,7 +99,7 @@ interface Props {
} }
const props = withDefaults(defineProps<Props>(), { const props = withDefaults(defineProps<Props>(), {
containerClass: 'w-full p-4 bg-white rounded-lg shadow-xl mb-16' containerClass: 'w-full max-w-3xl mx-auto p-4 bg-white rounded-lg shadow-xl mb-16'
}) })
const toast = useToast() const toast = useToast()