Authored by chenl

修复了复制删除在android上被裁减的问题。 review by days。

... ... @@ -56,7 +56,7 @@ let styles = StyleSheet.create({
alignItems: 'center',
alignSelf: 'center',
width,
height: 44,
height: 54,
flexDirection: 'column',
},
... ...