UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

33 lines (32 loc) 738 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TAG_STYLE = exports.TAG_ICON_STYLE = exports.TABS_DATA = exports.MEMBER_ICON_STYLE = void 0; var TAG_ICON_STYLE = exports.TAG_ICON_STYLE = { width: '18px', height: '18px', marginRight: '2px' }; var MEMBER_ICON_STYLE = exports.MEMBER_ICON_STYLE = { width: '18px', height: '18px', marginRight: '2px', background: '#47E', display: 'inline-flex', justifyContent: 'center', color: '#fff', borderRadius: '100%' }; var TAG_STYLE = exports.TAG_STYLE = { color: '#1C242E', background: '#EBF3FF', padding: '2px' }; var TABS_DATA = exports.TABS_DATA = [{ title: '人员', key: 'member' }, { title: '组织', key: 'depart' }];