mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:26:44 +00:00
feat(client): hide drawer header
This commit is contained in:
parent
906ff8f150
commit
5b5e5c0852
@ -39,6 +39,12 @@ export const ActionDrawer: ComposedActionDrawer = observer((props) => {
|
||||
others.className,
|
||||
css`
|
||||
&.nb-action-popup {
|
||||
.ant-drawer-header {
|
||||
display: none;
|
||||
}
|
||||
.ant-drawer-body {
|
||||
padding-top: 14px;
|
||||
}
|
||||
.ant-drawer-content {
|
||||
background: #f0f2f5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user