基础排程基本完成

This commit is contained in:
mgw
2023-08-30 17:50:43 +08:00
parent e3f58ccee8
commit 41566a4d74
7 changed files with 276 additions and 92 deletions

View File

@@ -0,0 +1,8 @@
.schedule_done {
background-color: #69c17d;
color: white;
}
.schedule_cancel {
background-color: #ffc54d;
color: black;
}