|
@ -9,7 +9,7 @@ |
|
|
> |
|
|
> |
|
|
<!-- 左上角的 logo + 系统标题 --> |
|
|
<!-- 左上角的 logo + 系统标题 --> |
|
|
<div class="relative flex items-center "> |
|
|
<div class="relative flex items-center "> |
|
|
<img alt="" class="mr-10px w-144px h-36px" src="@/assets/imgs/logo_white_blue.png" /> |
|
|
<img alt="" class="mr-10px w-36px h-36px" src="@/assets/imgs/logo_white.png" /> |
|
|
<span class="text-20px font-bold">{{ t(`ts.${underlineToHump(appStore.getTitle)}`) }}</span> |
|
|
<span class="text-20px font-bold">{{ t(`ts.${underlineToHump(appStore.getTitle)}`) }}</span> |
|
|
</div> |
|
|
</div> |
|
|
<!-- 左边的背景图 + 欢迎语 --> |
|
|
<!-- 左边的背景图 + 欢迎语 --> |
|
@ -33,7 +33,7 @@ |
|
|
class="flex items-center justify-between at-2xl:justify-end at-xl:justify-end" |
|
|
class="flex items-center justify-between at-2xl:justify-end at-xl:justify-end" |
|
|
> |
|
|
> |
|
|
<div class="flex items-center at-2xl:hidden at-xl:hidden"> |
|
|
<div class="flex items-center at-2xl:hidden at-xl:hidden"> |
|
|
<img alt="" class="mr-10px w-144px h-36px" src="@/assets/imgs/logo_white_blue.png" /> |
|
|
<img alt="" class="mr-10px w-36px h-36px" src="@/assets/imgs/logo_white.png" /> |
|
|
<span class="text-20px font-bold">{{ t(`ts.${underlineToHump(appStore.getTitle)}`) }}</span> |
|
|
<span class="text-20px font-bold">{{ t(`ts.${underlineToHump(appStore.getTitle)}`) }}</span> |
|
|
</div> |
|
|
</div> |
|
|
<div class="flex items-center justify-end space-x-10px"> |
|
|
<div class="flex items-center justify-end space-x-10px"> |
|
@ -94,6 +94,7 @@ $prefix-cls: #{$namespace}-login; |
|
|
z-index: -1; |
|
|
z-index: -1; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
|
|
|
background-size: cover; |
|
|
// background-image: url('@/assets/svgs/login-bg.svg'); |
|
|
// background-image: url('@/assets/svgs/login-bg.svg'); |
|
|
background-image: url('@/assets/imgs/login-bg.png'); |
|
|
background-image: url('@/assets/imgs/login-bg.png'); |
|
|
background-position: center; |
|
|
background-position: center; |
|
|