Skip to content

Commit 578b633

Browse files
committed
fix:修复[#624]Form组件在android 不显示
1 parent 5020231 commit 578b633

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/Form/styles.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const styles = StyleSheet.create({
55
backgroundColor: '#fff',
66
},
77
form_items_container: {
8-
flex: 1,
8+
// flex: 1,
9+
width: '100%',
910
},
1011
form_items: {
1112
textAlign: 'center',

0 commit comments

Comments
 (0)