From dcfed325de3d0ba8cfccda0e5450a1e7a22bc85d Mon Sep 17 00:00:00 2001 From: Zeke Zhang <958414905@qq.com> Date: Mon, 23 Jun 2025 21:58:45 +0800 Subject: [PATCH] fix: add style prop to mobile ActionDrawer and FilterAction components (#7110) --- .../plugin-mobile/src/client/adaptor-of-desktop/ActionDrawer.tsx | 1 + .../plugin-mobile/src/client/adaptor-of-desktop/FilterAction.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/plugins/@nocobase/plugin-mobile/src/client/adaptor-of-desktop/ActionDrawer.tsx b/packages/plugins/@nocobase/plugin-mobile/src/client/adaptor-of-desktop/ActionDrawer.tsx index 5eec6f3c5c..1cd53d3fd6 100644 --- a/packages/plugins/@nocobase/plugin-mobile/src/client/adaptor-of-desktop/ActionDrawer.tsx +++ b/packages/plugins/@nocobase/plugin-mobile/src/client/adaptor-of-desktop/ActionDrawer.tsx @@ -85,6 +85,7 @@ export const ActionDrawerUsedInMobile: any = observer((props: { footerNodeName?: bodyClassName="nb-mobile-action-drawer-body" bodyStyle={zIndexStyle} maskStyle={zIndexStyle} + style={zIndexStyle} destroyOnClose >