feat: adjust modal height

This commit is contained in:
tzhangchi
2023-01-05 17:11:24 +08:00
parent 4dc61165b2
commit 55dbc8ad3b

View File

@@ -29,7 +29,7 @@ export const WorkspaceModal = ({ open, onClose }: LoginModalProps) => {
return ( return (
<div> <div>
<Modal open={open} onClose={onClose}> <Modal open={open} onClose={onClose}>
<ModalWrapper width={620} height={334} style={{ padding: '10px' }}> <ModalWrapper width={620} style={{ padding: '10px' }}>
<Header> <Header>
<ContentTitle>My Workspace List</ContentTitle> <ContentTitle>My Workspace List</ContentTitle>
<ModalCloseButton <ModalCloseButton