chore(login): update some classes (#130)

This commit is contained in:
Chris 2022-11-26 22:42:13 +08:00 committed by GitHub
parent 84478984dc
commit 6d2ca0a1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ async function handleInput() {
</script>
<template>
<div text-center justify-center flex="~ col items-center gap2">
<div text-center justify-center items-center flex="~ col gap2">
<div text-3xl mb2>
Sign in
</div>
@ -24,7 +24,7 @@ async function handleInput() {
<span op35 mr1 text-sm>https://</span>
<input v-model="server" :placeholder="DEFAULT_SERVER" outline-none bg-transparent @input="handleInput">
</div>
<button btn-solid mxa mt2 @click="oauth()">
<button btn-solid mt2 @click="oauth()">
Sign in
</button>
</div>