|
|
@ -8,8 +8,9 @@ export default function LeaderIcon(props = {}) {
|
|
|
|
icon = <div className={_className} style={{
|
|
|
|
icon = <div className={_className} style={{
|
|
|
|
height: '14px',
|
|
|
|
height: '14px',
|
|
|
|
'line-height': '14px',
|
|
|
|
'line-height': '14px',
|
|
|
|
width: '24px',
|
|
|
|
// width: '24px',
|
|
|
|
padding: 0,
|
|
|
|
transform: 'scale(0.833)',
|
|
|
|
|
|
|
|
padding: '0px 5px',
|
|
|
|
'margin-top': '-2px',
|
|
|
|
'margin-top': '-2px',
|
|
|
|
'margin-left': '2px',
|
|
|
|
'margin-left': '2px',
|
|
|
|
'vertical-align': 'middle', }}>组长</div>
|
|
|
|
'vertical-align': 'middle', }}>组长</div>
|
|
|
|