fix(ActionSheet): safe-area-inset-bottom not work (#8085)
This commit is contained in:
@@ -157,6 +157,7 @@ export default createComponent({
|
||||
class={bem()}
|
||||
round={props.round}
|
||||
position="bottom"
|
||||
safeAreaInsetBottom={props.safeAreaInsetBottom}
|
||||
{...{
|
||||
...pick(props, popupPropKeys),
|
||||
'onUpdate:show': onUpdateShow,
|
||||
|
||||
Reference in New Issue
Block a user