diff --git a/components/drawer/index.tsx b/components/drawer/index.tsx index e56832f391..79d7117bae 100644 --- a/components/drawer/index.tsx +++ b/components/drawer/index.tsx @@ -208,7 +208,7 @@ export default class Drawer extends React.Component { return { zIndex, transform: push ? this.getPushTransform(placement) : undefined, - style, + ...style, }; };