🐛 Fix Drawer style not working

close #13850
This commit is contained in:
afc163 2018-12-25 15:27:31 +08:00
parent 9f54ab2bb4
commit b27f0f3e46
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

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