fix responsive all pages & change style page list blog and blog item & add date picker

This commit is contained in:
Ehsan
2024-08-23 18:57:28 +03:30
parent c62fb78f8c
commit 9701547d1f
35 changed files with 19276 additions and 225 deletions
+6 -2
View File
@@ -66,7 +66,10 @@ function ModalSearchCity() {
open={open}
onClose={handleClose}
>
<Box sx={styleDefault}>
<Box
sx={styleDefault}
className="!w-full !h-full md:!w-fit md:!h-fit"
>
<div
className="flex justify-between w-full"
>
@@ -98,9 +101,10 @@ function ModalSearchCity() {
</div>
<div className="w-full flex justify-end">
<Button
variant="contained"
color="primary"
variant="contained"
className="flex !px-3 items-center justify-center gap-1 mr-auto"
onClick={handleClose}
>
تایید و ادامه
<ArrowLeftM />