mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 19:16:33 +00:00
fix: 更新考试状态文本颜色为深蓝色
This commit is contained in:
parent
70691ad4ae
commit
6469194bfc
@ -132,7 +132,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
examTimingElem.textContent = "";
|
examTimingElem.textContent = "";
|
||||||
remainingTimeElem.textContent = "";
|
remainingTimeElem.textContent = "";
|
||||||
statusElem.textContent = "状态: 空闲";
|
statusElem.textContent = "状态: 空闲";
|
||||||
statusElem.style.color = "blue";
|
statusElem.style.color = "#3946AF";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update next exams table
|
// Update next exams table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user