@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
20 lines • 387 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',
color: '#fff',
borderRadius: '100%'
};
export var TAG_STYLE = {
color: '#1C242E',
background: '#EBF3FF',
padding: '2px'
};