fix: ui issues

This commit is contained in:
jialin
2024-07-03 15:27:35 +08:00
parent 316019586f
commit 81e9a3cc92
46 changed files with 1075 additions and 305 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
.cardWrapper {
border-radius: var(--border-radius-small);
background-color: var(--color-white-1);
// box-shadow: var(--box-shadow-base);
box-shadow: none;
padding: 10px;
border: 1px solid var(--ant-color-border);
border: 1px solid var(--color-border-1);
}