fix: update quota overview styles

update card styles of the quota overview

Change-Id: I6f78fb2aac0eed1c2082a31a767a1b15bdd577c6
This commit is contained in:
zhangjingwei 2024-03-06 10:42:49 +08:00
parent 287d787d08
commit ca964e3305

View File

@ -110,6 +110,10 @@
.ant-card { .ant-card {
box-shadow: unset; box-shadow: unset;
} }
.ant-card-body {
padding: 0 !important;
}
} }
.title { .title {
@ -157,6 +161,11 @@
font-size: 16px; font-size: 16px;
} }
} }
.ant-card-body {
padding: 12px !important;
box-shadow: unset !important;
}
} }
.progress-title { .progress-title {