Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

首頁按鈕間隔 #100

Merged
merged 10 commits into from
May 27, 2024
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
<ElButton
v-if="status === 'authenticated'"
type="success"
class="z-10 -mt-5 mb-8"
class="z-10 mt-2 mb-8"
@click="useRouter().push('/vote')"
>
<span class="font-bold">前 往 投 票 頁 面</span>
</ElButton>
<ElButton
v-else
type="primary"
class="z-10 -mt-5 mb-8"
class="z-10 mt-2 mb-8"
@click="useRouter().push('/login')"
>
<span class="font-bold">前 往 登 入 頁 面</span>
Expand Down