mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +08:00
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,
|
others.className,
|
||||||
css`
|
css`
|
||||||
&.nb-action-popup {
|
&.nb-action-popup {
|
||||||
|
.ant-modal-header {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.ant-modal-body {
|
||||||
|
padding-top: 16px;
|
||||||
|
}
|
||||||
.ant-modal-body {
|
.ant-modal-body {
|
||||||
background: #f0f2f5;
|
background: #f0f2f5;
|
||||||
}
|
}
|
||||||
|
.ant-modal-close-x {
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user