Skip to content

flex-direction 在选择器设置后无效,使用的是 lynx 的 3.2.0-rc.0 的版本 #44

@ybyqzxl

Description

@ybyqzxl

使用 linear-direction 有效
row {
linear-direction: row;
margin: 10px;
border: 2px rgb(255, 53, 26) solid;
}

使用 flex-direction 无效
row {
flex-direction: row;
margin: 10px;
border: 2px rgb(255, 53, 26) solid;
}

但是看api 文档,都是支持的

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions