[React]AntDesign relative布局居右的思路
采用 Row组件的 justify="end"
<Row justify="end"> <Button type="primary" onClick={()=>{}} /> 按钮 </Button> </Row>
采用 Row组件的 justify="end"
<Row justify="end"> <Button type="primary" onClick={()=>{}} /> 按钮 </Button> </Row>