HTML <ol>标签左对齐

时间:2019-03-20 15:16:51

标签: html reactjs html5 bootstrap-4

我的代码没有按照我想要的方式排列

    <Row >
      <Col className="person-wrapper">
                            <ol>
                    <li>xxxxxxxx</li>
                    <li>xxxxxxxx</li>
                    <li>xxxxxxxx</li>
                    <li>xxxxxxxx</li>
                    <li>xxxxxxxx</li>
                    <li>xxxxxxxx</li>
                            </ol>
      <Link to="/testing">
        <Button bsStyle="primary">Click Me</Button>
      </Link>
      </Col>
    </Row>

这是这样打印的(_是空格)

  1. __________________________________ xxxxxxxx
  2. __________________________________ xxxxxxxx
  3. __________________________________ xxxxxxxx
  4. __________________________________ xxxxxxxx
  5. __________________________________ xxxxxxxx
  6. __________________________________ xxxxxxxx

我想看什么

  1. xxxxxxxx
  2. xxxxxxxx
  3. xxxxxxxx
  4. xxxxxxxx
  5. xxxxxxxx
  6. xxxxxxxx

0 个答案:

没有答案