|
|
@ -80,7 +80,7 @@ function buildColumns(that, student_works) {
|
|
|
|
overflow: 'hidden',
|
|
|
|
overflow: 'hidden',
|
|
|
|
textOverflow: 'ellipsis',
|
|
|
|
textOverflow: 'ellipsis',
|
|
|
|
whiteSpace: 'nowrap',
|
|
|
|
whiteSpace: 'nowrap',
|
|
|
|
maxWidth: '98px'
|
|
|
|
width: '98px'
|
|
|
|
}} title={text}>
|
|
|
|
}} title={text}>
|
|
|
|
{/* <Tooltip placement="bottom" title={text}>
|
|
|
|
{/* <Tooltip placement="bottom" title={text}>
|
|
|
|
</Tooltip> */}
|
|
|
|
</Tooltip> */}
|
|
|
@ -99,7 +99,7 @@ function buildColumns(that, student_works) {
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<a href="javascript:;"
|
|
|
|
<a href="javascript:;"
|
|
|
|
title={record.student_id}
|
|
|
|
title={record.student_id}
|
|
|
|
style={{color:'#9A9A9A', 'text-overflow': 'ellipsis', 'white-space': 'nowrap', 'max-width': '100px', display: 'block', overflow: 'hidden'}}
|
|
|
|
style={{color:'#9A9A9A', 'text-overflow': 'ellipsis', 'white-space': 'nowrap', 'width': '100px', display: 'block', overflow: 'hidden'}}
|
|
|
|
>{record.student_id}</a>
|
|
|
|
>{record.student_id}</a>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
),
|
|
|
|
),
|
|
|
@ -234,7 +234,7 @@ function buildColumns(that, student_works) {
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<Tooltip title={
|
|
|
|
<Tooltip title={
|
|
|
|
getScoreTip(student_score,
|
|
|
|
getScoreTip(student_score,
|
|
|
|
<div>
|
|
|
|
isNiPing ? `你的评阅分数:${record.student_score}分` : <div>
|
|
|
|
{record.student_comment_count && <div>{`${record.student_comment_count}名学生进行了匿评`}</div>}
|
|
|
|
{record.student_comment_count && <div>{`${record.student_comment_count}名学生进行了匿评`}</div>}
|
|
|
|
<div>有效平均分:{record.student_score}分</div>
|
|
|
|
<div>有效平均分:{record.student_score}分</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|