fix(NumberKeyboard): incorrect button position in iphoneX (#4304)

This commit is contained in:
neverland
2019-08-30 16:29:58 +08:00
committed by GitHub
parent d029a67cd1
commit 2b27d0687f
3 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -191,8 +191,10 @@ export default createComponent({
onWebkitAnimationEnd={this.onAnimationEnd}
>
{Title}
<div class={bem('body')}>{Keys}</div>
{Sidebar}
<div class={bem('body')}>
{Keys}
{Sidebar}
</div>
</div>
</transition>
);