fix: bug修复

This commit is contained in:
wenhua
2024-07-09 23:31:10 +08:00
parent cbc97891b8
commit 7836450a10
4 changed files with 21 additions and 7 deletions

View File

@@ -323,9 +323,9 @@ watchEffect(() => {
cursor: not-allowed;
}
.is-active {
color: #BEA266;
}
.is-end {
color: #67c23a;
}
.is-end {
color: #BEA266;
}
</style>