fix(Button): text not align center in legacy safari (#6325)

This commit is contained in:
neverland
2020-05-20 19:22:14 +08:00
committed by GitHub
parent 1f117ab723
commit bb65c62b1e
36 changed files with 415 additions and 132 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ function Button(
onTouchstart={onTouchstart}
{...inherit(ctx)}
>
{Content()}
<div class={bem('content')}>{Content()}</div>
</tag>
);
}