fix(styles): 修复登录页平板界面滚动问题

This commit is contained in:
xlsea
2025-06-30 11:55:32 +08:00
parent a31994dc98
commit 90145fa53b

View File

@ -40,7 +40,7 @@ const activeModule = computed(() => moduleMap[props.module || 'pwd-login']);
<template>
<div class="relative min-h-screen w-full flex flex-wrap">
<div class="hidden h-screen w-50% bg-primary-100 lg:block dark:bg-primary-800">
<div class="hidden min-h-screen w-50% bg-primary-100 lg:block dark:bg-primary-800">
<div class="size-full flex-center">
<img class="w-60% sm:w-80%" :src="loginBackground" />
</div>