style(profile.vue): improve the page layout

This commit is contained in:
ljt990218 2024-06-14 15:52:05 +08:00
parent 98b9a7f651
commit 4065590b15
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ const { t } = useI18n()
</script>
<template>
<Container>
<div mx-auto mb-60 pt-15 text-center text-16 text-dark dark:text-white>
<Container pb-60>
<div mx-auto pt-15 text-center text-16 text-dark dark:text-white>
{{ t('profile.placeholder') }}
</div>
</Container>