mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
fix(styles): 修复登录页平板界面滚动问题
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user