|
@@ -380,6 +380,7 @@ export default {
|
|
|
item.liveUrl = item.monitorLiveUrl
|
|
|
? `${domain}/live/${item.monitorLiveUrl.toLowerCase()}.flv`
|
|
|
: "";
|
|
|
+ item.progress = item.progress ? item.progress * 100 : 0;
|
|
|
return item;
|
|
|
});
|
|
|
},
|
|
@@ -582,7 +583,7 @@ export default {
|
|
|
border-radius: 0;
|
|
|
.invigilation-student {
|
|
|
background: #2d325a;
|
|
|
- border-radius: 10px;
|
|
|
+ border: 1px solid #2d325a;
|
|
|
}
|
|
|
.student-info {
|
|
|
.student-time {
|