issues25489
杨树林 5 years ago
parent b7b3eafc72
commit 69a9011bdd

@ -211,6 +211,19 @@ class Bullsubdirectory extends Component{
});
}
//上移
Moveupward = () => {
}
//下移
Movedown = () => {
}
render(){
let{description,whethertoeditysl,addonAfter,eduintits,informs,isSpinysl} =this.state;
@ -275,6 +288,7 @@ class Bullsubdirectory extends Component{
style={{
lineHeight: "34px",
}}
onClick={() => this.Movedown()}
><Tooltip
title="下移"><i
style={{color: "#4CACFF"}}
@ -286,6 +300,7 @@ class Bullsubdirectory extends Component{
style={{
lineHeight: "34px",
}}
onClick={() => this.Moveupward()}
><Tooltip
title="上移"><i
style={{color: "#4CACFF"}}

Loading…
Cancel
Save