mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 13:46:32 +00:00
Merge pull request #31 from wjj-8283/master
feat: 优化针对一些显示问题的优化建议 #27中的一些小细节,彻底修复 #27。
This commit is contained in:
commit
1de658cc83
@ -184,7 +184,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status-ongoing {
|
.status-ongoing {
|
||||||
color: green;
|
color: #00ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-ended {
|
.status-ended {
|
||||||
|
@ -137,7 +137,7 @@ updateNow();
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status-middle {
|
.status-middle {
|
||||||
color: green;
|
color: #00ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-after {
|
.status-after {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user