fix(ActionSheet): safe-area-inset-bottom not work (#8085)

This commit is contained in:
neverland
2021-02-05 10:24:42 +08:00
committed by GitHub
parent c0c2e8e125
commit 9735369e99
4 changed files with 22 additions and 4 deletions
+1
View File
@@ -157,6 +157,7 @@ export default createComponent({
class={bem()}
round={props.round}
position="bottom"
safeAreaInsetBottom={props.safeAreaInsetBottom}
{...{
...pick(props, popupPropKeys),
'onUpdate:show': onUpdateShow,