|
@ -9,7 +9,7 @@ |
|
|
> |
|
|
> |
|
|
<!-- 左上角的 logo + 系统标题 --> |
|
|
<!-- 左上角的 logo + 系统标题 --> |
|
|
<div class="relative flex items-center text-white"> |
|
|
<div class="relative flex items-center text-white"> |
|
|
<img alt="" class="mr-10px h-40px w-160px" src="@/assets/imgs/logo_white.png" /> |
|
|
<img alt="" class="mr-10px w-144px h-36px" src="@/assets/imgs/logo_white.png" /> |
|
|
<span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span> |
|
|
<span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span> |
|
|
</div> |
|
|
</div> |
|
|
<!-- 左边的背景图 + 欢迎语 --> |
|
|
<!-- 左边的背景图 + 欢迎语 --> |
|
@ -33,7 +33,7 @@ |
|
|
class="flex items-center justify-between text-white at-2xl:justify-end at-xl:justify-end" |
|
|
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"> |
|
|
<div class="flex items-center at-2xl:hidden at-xl:hidden"> |
|
|
<img alt="" class="mr-10px h-40px w-160px" src="@/assets/imgs/logo_white.png" /> |
|
|
<img alt="" class="mr-10px w-144px h-36px" src="@/assets/imgs/logo_white.png" /> |
|
|
<span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span> |
|
|
<span class="text-20px font-bold">{{ 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"> |
|
|