parent
9aa184eecc
commit
05d0f8779b
@ -0,0 +1,17 @@
|
|||||||
|
import React,{Component} from "React";
|
||||||
|
|
||||||
|
export default function LeaderIcon(props = {}) {
|
||||||
|
if (props.small) {
|
||||||
|
<div className="font-8 blueFull Actionbtn" style={{
|
||||||
|
height: '14px',
|
||||||
|
'line-height': '14px',
|
||||||
|
width: '24px',
|
||||||
|
padding: 0,
|
||||||
|
'margin-top': '-2px',
|
||||||
|
'margin-left': '2px',
|
||||||
|
'vertical-align': 'middle', }}>组长</div>
|
||||||
|
}
|
||||||
|
return (
|
||||||
|
<div className="font-8 blueFull Actionbtn" style={{ height: '16px', 'line-height': '16px', width: '30px'}}>组长</div>
|
||||||
|
)
|
||||||
|
}
|
Loading…
Reference in new issue