update: search page

This commit is contained in:
Hakadao
2023-01-27 02:28:08 +08:00
parent 87aef1afd5
commit c07cb6a96a
2 changed files with 56 additions and 43 deletions

View File

@@ -2,12 +2,13 @@
<template>
<div
flex
flex="~ col"
justify-center
items-center
w-full
m="t-10%"
m="t-20vh"
>
<Logo :size="100" />
<Logo :size="180" mb-12 />
<SearchBar />
</div>
</template>