birdpaper-ui
Version:
一个通用的 vue3 UI组件库。A common vue3 UI component library.
23 lines (20 loc) • 360 B
text/less
.bp-space {
display: inline-flex;
width: 100%;
.bp-space-item {
&:first-child {
margin-top: 0 ;
margin-left: 0 ;
}
&:last-child {
margin-right: 0 ;
margin-bottom: 0 ;
}
}
}
.bp-space-vertical {
flex-direction: column;
}
.bp-space-horizontal {
flex-direction: row;
}