flex容器中有三个item,容器设置:flex容器设置display: flex;justify-content: space-between;怎么让后两个子元素挨在一起?
认证0级讲师
It cannot be done directly through flex, but you can make the last two elements in the same p, and then the p can be flexed with other elements
Just put the last two under one p
At least draw a picture of what it looks like.
You can set attributes on child elements!
Set row height?
It cannot be done directly through flex, but you can make the last two elements in the same p, and then the p can be flexed with other elements
Just put the last two under one p
At least draw a picture of what it looks like.
You can set attributes on child elements!
Set row height?