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

Loading…
Cancel
Save