diff --git a/components/drawer/index.jsx b/components/drawer/index.jsx index 1e670ef4c..38ebfea0a 100644 --- a/components/drawer/index.jsx +++ b/components/drawer/index.jsx @@ -142,7 +142,7 @@ const Drawer = { return null; } this.destroyClose = false; - const { placement, bodyStyle } = this.$props; + const { placement, bodyStyle, wrapStyle } = this.$props; const containerStyle = placement === 'left' || placement === 'right' @@ -162,7 +162,7 @@ const Drawer = { return (