fix(projects): 修复登录页面样式问题

This commit is contained in:
xlsea
2025-09-15 17:07:38 +08:00
parent e623b560e4
commit 4e27f3b5a5

View File

@ -77,7 +77,9 @@ const activeModule = computed(() => moduleMap[props.module || 'pwd-login']);
/>
</div>
</header>
<main class="mt-10% max-w-450px w-full rounded-5px bg-cover px-24px xl:absolute xl:m-auto">
<main
class="m-auto mt-10% h-630px max-w-450px w-full rounded-5px bg-cover px-24px xl:absolute xl:inset-0 lg:mt-15% xl:mt-auto"
>
<Transition :name="themeStore.page.animateMode" mode="out-in" appear>
<component :is="activeModule.component" />
</Transition>