fix responsive all page & add modal doctor id & page dashboard aside
This commit is contained in:
@@ -20,7 +20,7 @@ function ModalAnswer({ doctor }) {
|
||||
<Button
|
||||
variant='outlined'
|
||||
onClick={handleOpen}
|
||||
className='!py-2 md:!py-2.5 !px-[16px] sm:!px-[23px] md:!px-[29px]
|
||||
className='!py-[6px] md:!py-2 lg:!py-[9px] !px-[16px] sm:!px-[23px] md:!px-[29px]
|
||||
lg:!px-[36px] !mr-0 md:!mr-4 !rounded !w-full md:!w-fit'
|
||||
>ثبت نظر</Button>
|
||||
<Modal
|
||||
@@ -55,7 +55,7 @@ function ModalAnswer({ doctor }) {
|
||||
/>
|
||||
))}
|
||||
</ul>
|
||||
<div className="flex flex-col justify-center items-start mt-[24px]">
|
||||
<div className="flex flex-col gap-[16px] justify-center items-start mt-[24px]">
|
||||
<p className='text-[#495057] text-[16px] font-bold'>متن نظر</p>
|
||||
<Field
|
||||
type='number'
|
||||
|
||||
Reference in New Issue
Block a user