update src/views/Address/index.js

temp
mahdi 2 years ago
parent 1c8ccb725a
commit 0d590be14a
  1. 12
      src/views/Address/index.js

@ -345,10 +345,12 @@ export const Address = ({
profilePage ? "mx-auto" : ""
}`}
>
<Header
title="اطلاعات هویتی"
text="( لطفا نام و نام خانوادگی خود را به طور کامل وارد نمایید )"
/>
<div className="flex flex-col lg:flex-row items-center lg:gap-5 w-full">
<Input
width={isMobile ? "100%" : "50%"}
@ -387,6 +389,7 @@ export const Address = ({
direction="rtl"
/>
</div>
{profilePage && (
<Input
width={isMobile ? "100%" : "50%"}
@ -401,17 +404,20 @@ export const Address = ({
direction="ltr"
/>
)}
{!isMobile && (
<>
<br />
<br />
</>
)}
<Header
title="شماره تماس"
text="( شماره موبایل و شماره تلفن ثابت خود را
به همراه پیش شماره وارد کنید )"
/>
<div className="flex flex-col lg:flex-row items-center lg:gap-5 w-full">
<Input
width={isMobile ? "100%" : "50%"}
@ -452,17 +458,20 @@ export const Address = ({
maxLength={11}
/>
</div>
{!isMobile && (
<>
<br />
<br />
</>
)}
<Header
title="آدرس"
text="( لطفا نام استان و شهرستان و آدرس
خود را با دقت تکمیل نمایید )"
/>
<div className="flex flex-col lg:flex-row items-center gap-3 lg:gap-5 w-full mt-3">
{console.log(city)}
<Select
@ -526,7 +535,9 @@ export const Address = ({
</div>
)}
</div>
<br />
<Input
width={isMobile ? "100%" : "50%"}
label={"کد پستی"}
@ -576,6 +587,7 @@ export const Address = ({
</button>
)}
</div>
</div>
{/* {isMobile && (
<div

Loading…
Cancel
Save