|
|
@@ -30,9 +30,9 @@
|
|
|
<div class="flex-1 p-30px <sm:p-10px dark:bg-v-dark relative">
|
|
|
<!-- 右上角的主题、语言选择 -->
|
|
|
<div class="flex justify-between items-center text-white @2xl:justify-end @xl:justify-end">
|
|
|
- <div class="flex items-center @2xl:hidden @xl:hidden">
|
|
|
- <img alt="" class="w-48px h-48px mr-10px" src="@/assets/imgs/logo.png" />
|
|
|
- <span class="text-20px font-bold">{{ underlineToHump(appStore.getTitle) }}</span>
|
|
|
+ <div class="flex items-center @2xl:hidden xl:hidden">
|
|
|
+ <img alt="" class="w-48px h-48px mr-10px @gl:hidden" src="@/assets/imgs/logo.png" />
|
|
|
+ <span class="text-20px font-bold c-black">Tabemate Pro オーダーシステム</span>
|
|
|
</div>
|
|
|
<div class="flex justify-end items-center space-x-10px">
|
|
|
<!-- <ThemeSwitch /> -->
|