This commit is contained in:
duanliang
2025-04-26 16:32:45 +08:00
parent 5abd7e222e
commit 2bd06ab811
5 changed files with 23 additions and 8 deletions

View File

@@ -368,12 +368,16 @@
}
.error {
color: #F15A25;
color:#DCBB48;
}
.success {
color: #02F9FA;
// color:#E21B1B;
}
.type3{
color:#E21B1B;
color: #02F9FA;
}
}
}