修复了复制删除在android上被裁减的问题。 review by days。
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -56,7 +56,7 @@ let styles = StyleSheet.create({ | @@ -56,7 +56,7 @@ let styles = StyleSheet.create({ | ||
56 | alignItems: 'center', | 56 | alignItems: 'center', |
57 | alignSelf: 'center', | 57 | alignSelf: 'center', |
58 | width, | 58 | width, |
59 | - height: 44, | 59 | + height: 54, |
60 | flexDirection: 'column', | 60 | flexDirection: 'column', |
61 | }, | 61 | }, |
62 | 62 |
-
Please register or login to post a comment