Merge branches 'dev_aliyun' and 'master' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_forum
杨树明 5 years ago
commit 904fe72bd6

@ -301,8 +301,8 @@ module.exports = {
},
warnings: false,
compress: {
drop_debugger: false,
drop_console: false
drop_debugger: true,
drop_console: true
}
}
}),

@ -59,10 +59,10 @@ class ShixunHomeworkPage extends Component {
// console.log(teacherdata);
this.setState({
jobsettingsdatapage: jobsettingsdata,
teacherdatapage: teacherdata,
code_review: teacherdata.code_review,
view_report: teacherdata.view_report,
jobsettingsdatapage: jobsettingsdata.data.message!==undefined?undefined:jobsettingsdata,
teacherdatapage: teacherdata.message!==undefined?undefined:teacherdata,
code_review: teacherdata.code_review!==undefined?teacherdata.code_review :false,
view_report: teacherdata.view_report!==undefined? teacherdata.view_report:false,
})
}
@ -116,7 +116,9 @@ class ShixunHomeworkPage extends Component {
let {tab, teacherdatapage, jobsettingsdatapage} = this.state;
const isAdmin = this.props.isAdmin();
// console.log(119)
// console.log(jobsettingsdatapage);
// console.log(teacherdatapage);
return (
<div className="newMain clearfix ">
<div className={"educontent mb20"} style={{width: "1200px"}}>

@ -597,7 +597,7 @@ class TPMBanner extends Component {
</ul>
<div className="pr fl" id="commentsStar">
<div className={"color-grey-c"} style={{color: "#Fff",textAlign: "center"}}>学员评分</div>
<div className="rateYo">
<Rating value={star_info[0]} disabled allowHalf/>
</div>

@ -1,101 +1,101 @@
.shixunsdiffcult{
width: 40px;
height: 21px;
overflow: hidden;
margin-left: 8px;
}
.rateYo{
text-align: center;
cursor: default;
width: 90px;
}
a:link, a:visited {
color: #05101a;
}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
.next-rating-overlay .next-icon{
color: #FFA800!important;
}
.displayblock{
display:block;
text-align: center;
margin-bottom: 20px;
}
.totalScore{
justify-content: center;
align-items: center;
display: -webkit-flex;
height: 100%;
}
.next-progress-line{
width: 210px !important;
margin-left: 10px;
margin-top: 4px;
}
.next-progress-line-overlay-normal{
background-color: #FFA800 !important;
}
.next-rating-base-disabled{
cursor: default!important;
}
/*#challenge_begin {*/
/*!*height: 40px !important;*!*/
/*line-height: 30px;*/
/*}*/
.ant-modal-title{
font-size: 16px;
font-weight: bold !important;
color: #333;
}
.ml60{
margin-left:20px;
}
.marginauto{
margin:0 auto;
}
.margin152{
margin-left: 152px;
}
.margin-tp26{
margin-top: -26px;
}
.edu-h315{
height:315px;
}
.height39 {
height: 39px !important;
}
#commentsStar{
margin-top:33px;
}
.startbtnModal .ant-modal-content{
background: transparent;
box-shadow: 0 4px 12px transparent;
}
.startbtnModal .ant-modal-content .ant-modal-body .ant-spin-spinning{
margin-left: 45%;
}
.mr51{
margin-right:51px;
.shixunsdiffcult{
width: 40px;
height: 21px;
overflow: hidden;
margin-left: 8px;
}
.rateYo{
text-align: center;
cursor: default;
width: 90px;
}
a:link, a:visited {
color: #05101a;
}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
.next-rating-overlay .next-icon{
color: #FFA800!important;
}
.displayblock{
display:block;
text-align: center;
margin-bottom: 20px;
}
.totalScore{
justify-content: center;
align-items: center;
display: -webkit-flex;
height: 100%;
}
.next-progress-line{
width: 210px !important;
margin-left: 10px;
margin-top: 4px;
}
.next-progress-line-overlay-normal{
background-color: #FFA800 !important;
}
.next-rating-base-disabled{
cursor: default!important;
}
/*#challenge_begin {*/
/*!*height: 40px !important;*!*/
/*line-height: 30px;*/
/*}*/
.ant-modal-title{
font-size: 16px;
font-weight: bold !important;
color: #333;
}
.ml60{
margin-left:20px;
}
.marginauto{
margin:0 auto;
}
.margin152{
margin-left: 152px;
}
.margin-tp26{
margin-top: -26px;
}
.edu-h315{
height:315px;
}
.height39 {
height: 39px !important;
}
#commentsStar{
margin-top: -7px;
}
.startbtnModal .ant-modal-content{
background: transparent;
box-shadow: 0 4px 12px transparent;
}
.startbtnModal .ant-modal-content .ant-modal-body .ant-spin-spinning{
margin-left: 45%;
}
.mr51{
margin-right:51px;
}
Loading…
Cancel
Save