普通作业、分组作业增加已评数、资源调整

dev_aliyun2
杨树明 5 years ago committed by harry
parent 0533232aaf
commit 62b83528a0

@ -916,7 +916,7 @@ class Fileslists extends Component{
{ {
` `
.filesnameslist{ .filesnameslist{
max-width: 389px; max-width: 200px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;

@ -692,6 +692,9 @@ class Coursesleftnav extends Component{
axios.delete(url).then((result)=>{ axios.delete(url).then((result)=>{
if(result.data.status===0){ if(result.data.status===0){
this.updatadeleteSecondary(mainurl || result.data.right_url); this.updatadeleteSecondary(mainurl || result.data.right_url);
this.setState({
antIcon:false
})
} }
}).catch((error)=>{ }).catch((error)=>{
console.log(error) console.log(error)

Loading…
Cancel
Save