UNPKG

weex-nuke

Version:

基于 Rax 、Weex 的高性能组件体系 ~~

21 lines (20 loc) 338 B
export default { vertical: { flex: 1, flexDirection: 'column', }, horizontal: { flex: 1, flexDirection: 'row', }, contentContainerHorizontal: { flexDirection: 'row', }, containerWebStyle: { display: 'block', }, scrollerWeb: { webkitOverflowScrolling: 'touch', overflow: 'scroll', }, };