|
|
|
@ -326,7 +326,7 @@ class Bullsubdirectory extends Component{
|
|
|
|
|
this.props.length - 1 === this.props.index ? "" :
|
|
|
|
|
<a className="fr yslbianji mr30"
|
|
|
|
|
style={{
|
|
|
|
|
lineHeight: "34px",
|
|
|
|
|
lineHeight: "31px",
|
|
|
|
|
}}
|
|
|
|
|
onClick={() => this.Movedown(this.props.id)}
|
|
|
|
|
><Tooltip
|
|
|
|
@ -338,7 +338,7 @@ class Bullsubdirectory extends Component{
|
|
|
|
|
this.props.index === 0 ? "" :
|
|
|
|
|
<a className="fr yslbianji mr30"
|
|
|
|
|
style={{
|
|
|
|
|
lineHeight: "34px",
|
|
|
|
|
lineHeight: "31px",
|
|
|
|
|
}}
|
|
|
|
|
onClick={() => this.Moveupward(this.props.id)}
|
|
|
|
|
><Tooltip
|
|
|
|
|