Merge pull request #31 from wjj-8283/master

feat: 优化针对一些显示问题的优化建议 #27中的一些小细节,彻底修复 #27。
This commit is contained in:
MKStoler 2024-11-15 18:31:53 +08:00 committed by GitHub
commit 1de658cc83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ onMounted(() => {
}
.status-ongoing {
color: green;
color: #00ff00;
}
.status-ended {

View File

@ -137,7 +137,7 @@ updateNow();
}
.status-middle {
color: green;
color: #00ff00;
}
.status-after {