fix(exam-correct): add additional exam result td; table layout
This commit is contained in:
parent
5125ddfeec
commit
af3278912c
@ -467,6 +467,10 @@ export class ExamCorrect {
|
||||
}
|
||||
}
|
||||
|
||||
const resultCell = document.createElement('TD');
|
||||
resultCell.colSpan = 2;
|
||||
cells.set(this._cIndices.get('result'), resultCell);
|
||||
|
||||
const statusCell = document.createElement('TD');
|
||||
const statusDiv = document.createElement('DIV');
|
||||
setStatus(statusDiv, rowInfo.status);
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
$exam-correct--input-status-margin: 10px
|
||||
|
||||
table[uw-exam-correct]
|
||||
table-layout: fixed
|
||||
|
||||
td.uw-exam-correct--date-cell
|
||||
text-align: right
|
||||
td.uw-exam-correct--part-cell
|
||||
|
||||
Loading…
Reference in New Issue
Block a user