drawer max width 800px

This commit is contained in:
chenos 2021-03-16 23:05:08 +08:00
parent 6c24978601
commit d94cf316e8

View File

@ -48,9 +48,10 @@
max-height: inherit !important; max-height: inherit !important;
} }
.ant-drawer.noco-drawer { .ant-drawer.nb-drawer {
.ant-drawer-content-wrapper { .ant-drawer-content-wrapper {
width: 40%; width: 75%;
max-width: 800px;
} }
} }