issues25489
杨树林 5 years ago
parent 38b470d628
commit cdfdea00e0

@ -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

Loading…
Cancel
Save