style: drawer styles

This commit is contained in:
jialin
2025-12-10 15:50:53 +08:00
parent dda2213593
commit d8452e98f5
10 changed files with 34 additions and 55 deletions
@@ -204,16 +204,6 @@ const AddModal: React.FC<AddModalProps> = ({
closeIcon={false}
maskClosable={false}
keyboard={false}
styles={{
body: {
height: 'calc(100vh - 57px)',
padding: '16px 0',
overflowX: 'hidden'
},
content: {
borderRadius: '6px 0 0 6px'
}
}}
width={600}
footer={false}
>