master
Suvodip 2024-08-10 13:57:57 +05:30
parent 95628fe09b
commit 5ae9d77c5a
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ const App: React.FC = () => {
</div>
</button>
{/* width={771} */}
<Modal closable={false} footer={null} title="" width={771} open={isModalOpen} onOk={handleOk} onCancel={handleCancel}>
<button onClick={customCloseButton} className="float-right absolute right-0 2xl:-right-0 -top-30 bg-[#9D9D9D] w-[45px] h-[45px] font-[700] text-[#FFF] text-[20px] rounded-full">&#10005;</button>
<Modal footer={null} title="" width={771} open={isModalOpen} onOk={handleOk} onCancel={handleCancel}>
{/* <button onClick={customCloseButton} className="float-right absolute right-0 2xl:-right-0 -top-30 bg-[#9D9D9D] w-[45px] h-[45px] font-[700] text-[#FFF] text-[20px] rounded-full">&#10005;</button> */}
<div className='flex flex-col space-y-4 max-w-[554px] w-full mx-auto my-[30px]'>
<div className=''>
<Dragger {...props}>