移动端也要居中
This commit is contained in:
parent
0e107ecc2e
commit
9440019d5a
|
|
@ -99,7 +99,7 @@ interface 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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user