feat(client): hide drawer header

This commit is contained in:
chenos 2022-06-19 16:45:20 +08:00
parent 906ff8f150
commit 5b5e5c0852

View File

@ -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;
}