Browse Source

🐛 Fix Drawer style not working

close #13850
pull/13919/head
afc163 6 years ago
parent
commit
b27f0f3e46
No known key found for this signature in database GPG Key ID: 738F973FCE5C6B48
  1. 2
      components/drawer/index.tsx

2
components/drawer/index.tsx

@ -208,7 +208,7 @@ export default class Drawer extends React.Component<DrawerProps, IDrawerState> {
return {
zIndex,
transform: push ? this.getPushTransform(placement) : undefined,
style,
...style,
};
};

Loading…
Cancel
Save