|
|
@ -29,7 +29,7 @@ |
|
|
|
</div> |
|
|
|
<div class="relative flex-1 p-30px dark:bg-[var(--login-bg-color)] lt-sm:p-10px"> |
|
|
|
<!-- 右上角的主题、语言选择 --> |
|
|
|
<!-- <div |
|
|
|
<div |
|
|
|
class="flex items-center justify-between text-white at-2xl:justify-end at-xl:justify-end" |
|
|
|
> |
|
|
|
<div class="flex items-center at-2xl:hidden at-xl:hidden"> |
|
|
@ -37,10 +37,10 @@ |
|
|
|
<span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span> |
|
|
|
</div> |
|
|
|
<div class="flex items-center justify-end space-x-10px"> |
|
|
|
<ThemeSwitch /> |
|
|
|
<!-- <ThemeSwitch /> --> |
|
|
|
<LocaleDropdown class="dark:text-white lt-xl:text-white" /> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<!-- 右边的登录界面 --> |
|
|
|
<Transition appear enter-active-class="animate__animated animate__bounceInRight"> |
|
|
|
<div |
|
|
|