UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

27 lines 492 B
export var TAG_ICON_STYLE = { width: '18px', height: '18px', marginRight: '2px' }; export var MEMBER_ICON_STYLE = { width: '18px', height: '18px', marginRight: '2px', background: '#47E', display: 'inline-flex', justifyContent: 'center', color: '#fff', borderRadius: '100%' }; export var TAG_STYLE = { color: '#1C242E', background: '#EBF3FF', padding: '2px' }; export var TABS_DATA = [{ title: '人员', key: 'member' }, { title: '组织', key: 'depart' }];