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
@@ -330,16 +330,6 @@ const AddModal: React.FC<AddModalProps> = (props) => {
closeIcon={false}
maskClosable={false}
keyboard={false}
styles={{
body: {
height: 'calc(100vh - 57px)',
padding: '16px 0',
overflowX: 'hidden'
},
content: {
borderRadius: '6px 0 0 6px'
}
}}
width={width}
footer={false}
>
@@ -536,16 +536,6 @@ const AddModal: FC<AddModalProps> = (props) => {
closeIcon={false}
maskClosable={false}
keyboard={false}
styles={{
body: {
height: 'calc(100vh - 57px)',
padding: '16px 0',
overflowX: 'hidden'
},
content: {
borderRadius: '6px 0 0 6px'
}
}}
width={width}
footer={false}
>
@@ -244,16 +244,6 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
maskClosable={false}
keyboard={false}
width={600}
styles={{
body: {
height: 'calc(100vh - 57px)',
padding: '16px 0',
overflowX: 'hidden'
},
content: {
borderRadius: '6px 0 0 6px'
}
}}
footer={false}
>
<ColumnWrapper