UNPKG

weex-nuke

Version:

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

35 lines (32 loc) 708 B
'use strict'; function VariableMix(theme) { var Core = theme.Core; var ComponentCustomStyle = theme.Radio; /** * tab容器 * @namespace component * @property module tabbar * @property tag TABBAR * @property category component */ var tabVaribles = { /** * size * @property namespace size/bounding */ 'tab-size-width': 750, /** * size * @property namespace size/bounding */ 'nav-size-height': 88, /** * background * @property namespace size/icon */ 'normal-bg-color': Core['color-white'] }; var variables = Object.assign(tabVaribles, ComponentCustomStyle); return variables; } module.exports = VariableMix;