gtht-miniapp-sdk
Version:
gtht-miniapp-sdk 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库
16 lines (15 loc) • 354 B
JavaScript
export const rowSymbol = Symbol('row-context');
export const mapJustify = {
start: 'flex-start',
center: 'center',
end: 'flex-end',
around: 'space-around',
between: 'space-between',
evenly: 'space-evenly',
};
export const mapAlign = {
start: 'flex-start',
center: 'center',
end: 'flex-end',
stretch: 'stretch',
};