fix(client): hide modal header
This commit is contained in:
parent
c9483254fa
commit
75808f92df
@ -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;
|
||||
}
|
||||
}
|
||||
`,
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user