Make font persian

This commit is contained in:
marzban-dev
2025-03-27 13:53:45 +03:30
parent 16163531e2
commit 001bd50a11
+5 -5
View File
@@ -160,8 +160,8 @@ const resetForm = () => {
/>
<div class="flex items-center justify-center flex-col size-full translate-y-[-80px]">
<video
class="aspect-square w-[450px] translate-y-[197px] animate-fade-in"
src="/video/heymlz/heymlz-seat-2.webm"
class="aspect-square w-[450px] translate-y-[157px] animate-fade-in"
src="/video/heymlz/heymlz-handshake-full.webm"
:style="{
filter: 'drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15))'
}"
@@ -179,9 +179,9 @@ const resetForm = () => {
<form @submit.prevent class="max-w-[500px] w-full mt-12">
<Input
v-if="!showOtp"
class="w-full tracking-[2px]"
class="w-full tracking-[4px]"
v-model="loginInfo.phone"
placeholder="9380123456"
placeholder="۹۳۸۰۱۲۳۴۵۶"
dir="ltr"
:error="formValidator$.phone.$error"
>
@@ -193,7 +193,7 @@ const resetForm = () => {
size="24"
/>
<span class="text-slate-500 typo-label-sm">
+98
+۹۸
</span>
</div>
</template>