feat: add sign in for mobile

This commit is contained in:
三咲智子 2022-11-26 11:53:23 +08:00
parent db762cdbba
commit 696ddb2bad
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
3 changed files with 8 additions and 3 deletions

View file

@ -23,7 +23,7 @@ watchOnce(modelValue, () => {
/>
<div
class="
bg-base absolute transition-all duration-200 ease-out shadow rounded-md transform ml-0
bg-base absolute transition-all duration-200 ease-out shadow rounded-md transform
border border-base top-1/2 -translate-y-1/2 mx-8 md:(left-1/2 -translate-x-1/2)
"
:class="modelValue ? 'opacity-100' : 'opacity-0'"