fix(client): hide modal header

This commit is contained in:
chenos 2022-07-20 14:46:55 +08:00
parent c9483254fa
commit 75808f92df

View File

@ -37,9 +37,20 @@ export const ActionModal: ComposedActionDrawer = observer((props) => {
others.className,
css`
&.nb-action-popup {
.ant-modal-header {
display: none;
}
.ant-modal-body {
padding-top: 16px;
}
.ant-modal-body {
background: #f0f2f5;
}
.ant-modal-close-x {
width: 32px;
height: 32px;
line-height: 32px;
}
}
`,
)}