React工作72:row上面加样式

    <Row>
            <Col>
              <Button
                style={{
                  marginTop: '24px',
                  marginBottom: '24px',
                  float: 'right',
                  marginRight: '24px',
                }}
                type="primary"
                onClick={this.addApply}
              >
                新增申请
              </Button>
            </Col>
          </Row>

posted @ 2022-07-23 22:30  前端导师歌谣  阅读(67)  评论(0)    收藏  举报