|
@@ -9,8 +9,9 @@
|
|
|
>
|
|
|
<!-- 左上角的 logo + 系统标题 -->
|
|
|
<div class="relative flex items-center text-white">
|
|
|
- <img alt="" class="mr-10px h-48px w-48px" src="@/assets/imgs/logo.png" />
|
|
|
- <span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span>
|
|
|
+ <img alt="" style="height:38px;width:38px" src="@/assets/imgs/logo1.png" />
|
|
|
+ <!-- <span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span> -->
|
|
|
+ <span class="text-20px font-bold">光耀管理系统</span>
|
|
|
</div>
|
|
|
<!-- 左边的背景图 + 欢迎语 -->
|
|
|
<div class="h-[calc(100%-60px)] flex items-center justify-center">
|
|
@@ -22,7 +23,8 @@
|
|
|
<img key="1" alt="" class="w-350px" src="@/assets/svgs/login-box-bg.svg" />
|
|
|
<div key="2" class="text-3xl text-white">{{ t('login.welcome') }}</div>
|
|
|
<div key="3" class="mt-5 text-14px font-normal text-white">
|
|
|
- {{ t('login.message') }}
|
|
|
+ <!-- {{ t('login.message') }} -->
|
|
|
+ 光耀后台管理系统
|
|
|
</div>
|
|
|
</TransitionGroup>
|
|
|
</div>
|
|
@@ -33,7 +35,7 @@
|
|
|
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">
|
|
|
- <img alt="" class="mr-10px h-48px w-48px" src="@/assets/imgs/logo.png" />
|
|
|
+ <img alt="" style="height:38px;width:38px" src="@/assets/imgs/logo1.png" />
|
|
|
<span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span>
|
|
|
</div>
|
|
|
<div class="flex items-center justify-end space-x-10px">
|