设计师
Flex 布局可视化
可视化编辑 Flex 布局,实时预览效果
实时预览
1
2
3
4
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
gap: 8px;
flex-wrap: nowrap;
}可视化编辑 Flex 布局,实时预览效果
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
gap: 8px;
flex-wrap: nowrap;
}