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

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

Loading…
Cancel
Save