用于响应的Ant设计UI库,作为道具的flex类型行不能按预期工作

问题描述

使用蚂蚁设计反应UI库,我试图创建具有三列类型为flex的行,但仍然列不具有flex属性。 找到以下代码

<Content className="site-layout-background">
        <Row gutter={16} className="homepage-row" type="flex"
            align="middle">
            <Col className="gutter-row" span={6}>
                <div style={style}>col-6</div>
            </Col>
            <Col className="gutter-row" span={6}>
                <div style={style}>col-6</div>
            </Col>

            <Col className="gutter-row" span={6}>
                <div style={style}>col-6</div>
            </Col>

        </Row>
    </Content>```

Here is my additional css added,.ant-row .homepage-row{
  width: 100%;
}

[enter image description here][1]


  [1]: https://i.stack.imgur.com/9Hxlg.png

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)