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,
|
others.className,
|
||||||
css`
|
css`
|
||||||
&.nb-action-popup {
|
&.nb-action-popup {
|
||||||
|
.ant-drawer-header {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.ant-drawer-body {
|
||||||
|
padding-top: 14px;
|
||||||
|
}
|
||||||
.ant-drawer-content {
|
.ant-drawer-content {
|
||||||
background: #f0f2f5;
|
background: #f0f2f5;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user