style: adjust mask style

This commit is contained in:
Hakadao
2023-08-02 02:19:09 +08:00
parent 165ce61220
commit 300c83bd23
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ import { settings } from '~/logic'
flex="~ col"
justify-center
items-center
w-full
w-full z-10
m="t-20vh"
>
<Logo v-if="settings.searchPageShowLogo" :size="180" mb-12 :color="settings.searchPageLogoColor === 'white' ? 'white' : 'var(--bew-theme-color)'" />
<Logo v-if="settings.searchPageShowLogo" :size="180" :color="settings.searchPageLogoColor === 'white' ? 'white' : 'var(--bew-theme-color)'" mb-12 z-1 />
<SearchBar />
</div>
</template>