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,11 +1,12 @@
:local(.card-body) {
box-shadow: none !important;
:global(.ant-card-body) {
height: 110px;
display: flex;
justify-content: space-around;
// box-shadow: var(--box-shadow-base);
border-radius: var(--ant-border-radius-lg);
// border: 1px solid var(--ant-color-border);
border: 1px solid var(--color-border-1);
}
}