dev_forum
杨树明 6 years ago
parent 70a65eec18
commit 9d02a4b189

@ -373,7 +373,7 @@ class ShixunhomeWorkItem extends Component{
width:192px !important; width:192px !important;
} }
.homepagePostSettingbox{ .homepagePostSettingbox{
width:121px !important; width:139px !important;
} }
` `
} }

@ -104,7 +104,7 @@ class InfosCourse extends Component{
let isStudent = this.props.isStudent(); let isStudent = this.props.isStudent();
let is_current=this.props.is_current; let is_current=this.props.is_current;
// console.log(this.props.current_user&&this.props.current_user.user_identity==="学生") console.log(this.props.current_user&&this.props.current_user.user_identity==="学生")
return( return(
<div className="educontent"> <div className="educontent">
<Spin size="large" spinning={isSpin}> <Spin size="large" spinning={isSpin}>

Loading…
Cancel
Save