generated from dwd/boilarplate-remix-tailwind-antd
master
parent
95628fe09b
commit
5ae9d77c5a
|
@ -58,8 +58,8 @@ const App: React.FC = () => {
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
{/* width={771} */}
|
{/* width={771} */}
|
||||||
<Modal closable={false} footer={null} title="" width={771} open={isModalOpen} onOk={handleOk} onCancel={handleCancel}>
|
<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">✕</button>
|
{/* <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">✕</button> */}
|
||||||
<div className='flex flex-col space-y-4 max-w-[554px] w-full mx-auto my-[30px]'>
|
<div className='flex flex-col space-y-4 max-w-[554px] w-full mx-auto my-[30px]'>
|
||||||
<div className=''>
|
<div className=''>
|
||||||
<Dragger {...props}>
|
<Dragger {...props}>
|
||||||
|
|
Loading…
Reference in New Issue