|
|
|
@ -14,7 +14,7 @@ export default function LeaderIcon(props = {}) {
|
|
|
|
|
'margin-left': '2px',
|
|
|
|
|
'vertical-align': 'middle', }}>组长</div>
|
|
|
|
|
} else {
|
|
|
|
|
icon = <div className={_className} style={{ height: '16px', 'line-height': '16px', width: '30px'}}>组长</div>
|
|
|
|
|
icon = <div className={_className} style={{ height: '16px', 'line-height': '16px', transform: 'scale(0.833)'}}>组长</div>
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
return icon
|
|
|
|
|