| | |
| | | /> |
| | | </div> |
| | | |
| | | <span class="-enter-x xl:hidden"> |
| | | <AppLogo :alwaysShowTitle="false" /> |
| | | <span class="mt-5 -enter-x xl:hidden"> |
| | | <LoginLogo :alwaysShowTitle="false" /> |
| | | </span> |
| | | |
| | | <div class="container relative h-full py-2 mx-auto sm:px-10"> |
| | | <div class="flex h-full"> |
| | | <div class="hidden min-h-full pl-4 mr-4 xl:flex xl:flex-col xl:w-6/12"> |
| | | <AppLogo class="-enter-x" /> |
| | | <loginLogo class="-enter-x" /> |
| | | <div class="my-auto"> |
| | | <!-- <img |
| | | :alt="title" |
| | |
| | | </div> |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import { AppDarkModeToggle, AppLocalePicker, AppLogo } from '@/components/Application'; |
| | | import { AppDarkModeToggle, AppLocalePicker, AppLogo, LoginLogo } from '@/components/Application'; |
| | | import { useGlobSetting } from '@/hooks/setting'; |
| | | import { useDesign } from '@/hooks/web/useDesign'; |
| | | import { useI18n } from '@/hooks/web/useI18n'; |