@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
30 lines • 767 B
JavaScript
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',
alignItems: 'center',
color: '#fff',
borderRadius: '100%'
};
export var TAG_STYLE = {
color: '#1C242E',
background: '#EBF3FF',
padding: '2px',
width: 'fitContent'
};
export var TABS_DATA = [{
title: '人员',
key: 'member'
}, {
title: '组织',
key: 'depart'
}];
export var COLOR_DATA = ['rgba(65, 127, 251, 1)', 'rgba(0, 180, 255, 1)', 'rgba(0, 220, 242, 1)', 'rgba(255, 200, 98, 1)', 'rgba(255, 149, 129, 1)', 'rgba(255, 114, 180, 1)', 'rgba(215, 114, 229, 1)', 'rgba(163, 100, 241, 1)'];