mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix: add style prop to mobile ActionDrawer and FilterAction components (#7110)
This commit is contained in:
parent
a0181b58b1
commit
dcfed325de
@ -85,6 +85,7 @@ export const ActionDrawerUsedInMobile: any = observer((props: { footerNodeName?:
|
|||||||
bodyClassName="nb-mobile-action-drawer-body"
|
bodyClassName="nb-mobile-action-drawer-body"
|
||||||
bodyStyle={zIndexStyle}
|
bodyStyle={zIndexStyle}
|
||||||
maskStyle={zIndexStyle}
|
maskStyle={zIndexStyle}
|
||||||
|
style={zIndexStyle}
|
||||||
destroyOnClose
|
destroyOnClose
|
||||||
>
|
>
|
||||||
<div className="nb-mobile-action-drawer-header">
|
<div className="nb-mobile-action-drawer-header">
|
||||||
|
@ -80,6 +80,7 @@ export const FilterAction = withDynamicSchemaProps((props) => {
|
|||||||
getContainer={getContainer}
|
getContainer={getContainer}
|
||||||
bodyStyle={bodyStyle}
|
bodyStyle={bodyStyle}
|
||||||
maskStyle={zIndexStyle}
|
maskStyle={zIndexStyle}
|
||||||
|
style={zIndexStyle}
|
||||||
closeOnSwipe
|
closeOnSwipe
|
||||||
>
|
>
|
||||||
<div className="nb-mobile-action-drawer-header">
|
<div className="nb-mobile-action-drawer-header">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user