nutui-taro-upgrade
Version:
@nutui/nutui-taro 对京东风格组件库的taro4 版本支持
1 lines • 1.11 kB
CSS
.nut-space{display:inline-flex}.nut-space-item{flex:none}.nut-space-vertical{flex-direction:column}.nut-space-vertical>.nut-space-item:not(:last-child){margin-bottom:var(--nut-space-gap, 8px)}.nut-space-horizontal{flex-direction:row}.nut-space-horizontal>.nut-space-item:not(:last-child){margin-right:var(--nut-space-gap, 8px)}.nut-space-horizontal.nut-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--nut-space-gap, 8px)*-1)}.nut-space-horizontal.nut-space-wrap>.nut-space-item{padding-bottom:var(--nut-space-gap, 8px)}.nut-space-align-center{align-items:center}.nut-space-align-start{align-items:flex-start}.nut-space-align-end{align-items:flex-end}.nut-space-align-baseline{align-items:baseline}.nut-space-justify-center{justify-content:center}.nut-space-justify-start{justify-content:flex-start}.nut-space-justify-end{justify-content:flex-end}.nut-space-justify-between{justify-content:space-between}.nut-space-justify-around{justify-content:space-around}.nut-space-justify-evenly{justify-content:space-evenly}.nut-space-justify-stretch{justify-content:stretch}.nut-space-fill{display:flex;width:100%}