|
@@ -174,14 +174,7 @@
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
size="small"
|
|
|
- @click="
|
|
|
- lookWork2(
|
|
|
- scope.row.id,
|
|
|
- scope.row.userid,
|
|
|
- '',
|
|
|
- '',
|
|
|
- )
|
|
|
- "
|
|
|
+ @click="lookWork2(scope.row.id, scope.row.userid, '', '')"
|
|
|
>导出报告</el-button
|
|
|
>
|
|
|
<!-- <el-button
|
|
@@ -221,7 +214,7 @@
|
|
|
<div>{{ allWorks.course }}</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="topButton">
|
|
|
+ <div class="topButton" v-if="tableData.length > 1">
|
|
|
<div>学生切换:</div>
|
|
|
<el-button @click="preStep(0)" v-if="isPre == false"
|
|
|
>上一位</el-button
|
|
@@ -776,7 +769,13 @@
|
|
|
worksDetail[sIndex].chooseInfo.length > 0
|
|
|
"
|
|
|
>
|
|
|
- <div style="font-size: 16px; color: #c7c7c7;margin-left: 15px;">
|
|
|
+ <div
|
|
|
+ style="
|
|
|
+ font-size: 16px;
|
|
|
+ color: #c7c7c7;
|
|
|
+ margin-left: 15px;
|
|
|
+ "
|
|
|
+ >
|
|
|
题目统计
|
|
|
</div>
|
|
|
<div class="xuan_right_box">
|
|
@@ -1569,7 +1568,6 @@ export default {
|
|
|
this.setChart(_option, p);
|
|
|
}
|
|
|
}, 0);
|
|
|
-
|
|
|
let _dyList = JSON.parse(JSON.stringify(this.dyList));
|
|
|
let _dyList2 = [];
|
|
|
let _dyList3 = [];
|
|
@@ -2615,7 +2613,15 @@ export default {
|
|
|
margin-bottom: 15px;
|
|
|
/* margin-left: 30px; */
|
|
|
}
|
|
|
-
|
|
|
+.sd_score .score_box > span:nth-child(1) {
|
|
|
+ margin-right: 20px;
|
|
|
+ text-align-last: justify;
|
|
|
+ max-width: 120px;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ word-break: break-word;
|
|
|
+}
|
|
|
.sd_score .score_box:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
@@ -3440,7 +3446,7 @@ export default {
|
|
|
.worksTime {
|
|
|
position: absolute;
|
|
|
top: 10px;
|
|
|
- right: 0;
|
|
|
+ right: 20px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|