|
|
|
@ -34,11 +34,11 @@ class ShowAppraiseList extends Component{
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
}
|
|
|
|
|
.666w{
|
|
|
|
|
.666{
|
|
|
|
|
color: #666;
|
|
|
|
|
font-size:14px;
|
|
|
|
|
}
|
|
|
|
|
.000w{
|
|
|
|
|
.000{
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size:16px;
|
|
|
|
|
}
|
|
|
|
@ -47,6 +47,9 @@ class ShowAppraiseList extends Component{
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
border-bottom: 2px solid #fafafa;
|
|
|
|
|
}
|
|
|
|
|
pd30bt{
|
|
|
|
|
padding: 30px 30px 0px 30px;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
@ -70,7 +73,7 @@ class ShowAppraiseList extends Component{
|
|
|
|
|
{this.props&&this.props.isAdminOrTeacher()===true?
|
|
|
|
|
<div className="font-16 color-dark-21 shixunreporttitleboxbom pd30">
|
|
|
|
|
<div>
|
|
|
|
|
<span className={"000w"}>学生不可见<span className={"666w"}>(仅对课堂老师可见)</span></span>
|
|
|
|
|
<span className={"000"}>学生不可见<span className={"666"}>(仅对课堂老师可见)</span></span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className={"borderbom"} style={{minHeight:'50px'}}>
|
|
|
|
|
{work_comment_hidden===true?"":<div className={"personalsummary"}>
|
|
|
|
@ -79,7 +82,7 @@ class ShowAppraiseList extends Component{
|
|
|
|
|
</div>}
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<span className={"000w"}>学生可见<span className={"666w"}>(学生可查看老师的评阅内容)</span></span>
|
|
|
|
|
<span className={"000"}>学生可见<span className={"666"}>(学生可查看老师的评阅内容)</span></span>
|
|
|
|
|
</div>
|
|
|
|
|
<div style={{minHeight:'50px'}}>
|
|
|
|
|
{work_comment===true?"":<div className={"personalsummary"}>
|
|
|
|
@ -127,7 +130,7 @@ class ShowAppraiseList extends Component{
|
|
|
|
|
{this.props&&this.props.isAdminOrTeacher()===true?
|
|
|
|
|
<div className="font-16 color-dark-21 shixunreporttitleboxbom pd30">
|
|
|
|
|
<div>
|
|
|
|
|
<span className={"000w"}>学生不可见<span className={"666w"}>(仅对课堂老师可见)</span></span>
|
|
|
|
|
<span className={"000"}>学生不可见<span className={"666"}>(仅对课堂老师可见)</span></span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className={"borderbom"} style={{minHeight:'50px'}}>
|
|
|
|
|
{challenge_comment_hidden===true?"":<div className={"personalsummary"}>
|
|
|
|
@ -136,7 +139,7 @@ class ShowAppraiseList extends Component{
|
|
|
|
|
</div>}
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<span className={"000w"}>学生可见<span className={"666w"}>(学生可查看老师的评阅内容)</span></span>
|
|
|
|
|
<span className={"000"}>学生可见<span className={"666"}>(学生可查看老师的评阅内容)</span></span>
|
|
|
|
|
</div>
|
|
|
|
|
<div style={{minHeight:'50px'}}>
|
|
|
|
|
{challenge_comment===true?"":<div className={"personalsummary"}>
|
|
|
|
|