优化针对一些显示问题的优化建议 #27中的一些小细节

This commit is contained in:
wjj-8283 2024-11-14 08:36:52 +08:00
parent e569bc6a8b
commit 7baa3d7acf
2 changed files with 2 additions and 2 deletions

View File

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

View File

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