chore: remove test dir

This commit is contained in:
jialin
2025-10-13 19:55:08 +08:00
parent 2c9f5062a9
commit 68d6993acd
16 changed files with 0 additions and 1010 deletions
-17
View File
@@ -1,17 +0,0 @@
.value-box {
display: flex;
justify-content: space-around;
align-items: center;
.value-healthy {
color: var(--ant-green-6);
}
.value-warning {
color: var(--ant-gold-6);
}
.value-error {
color: var(--ant-red-6);
}
}