我想在同一行中分别创建两个按钮。我使用了flex = 2,但是它不起作用。我该如何解决?
id
答案 0 :(得分:0)
删除ClassProfile
flex: 2
使用{ flexDirection: "row" ,marginLeft: 20, justifyContent: 'space-evenly' }
更改按钮的位置,可用选项为justifyContent
,flex-start
,center
,flex-end
,space-around
和{ {1}}。