From ca964e330550fa1920daf4f01e389604f3f550a7 Mon Sep 17 00:00:00 2001 From: zhangjingwei Date: Wed, 6 Mar 2024 10:42:49 +0800 Subject: [PATCH] fix: update quota overview styles update card styles of the quota overview Change-Id: I6f78fb2aac0eed1c2082a31a767a1b15bdd577c6 --- src/pages/base/containers/Overview/style.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pages/base/containers/Overview/style.less b/src/pages/base/containers/Overview/style.less index ff084f7a..06e4adac 100644 --- a/src/pages/base/containers/Overview/style.less +++ b/src/pages/base/containers/Overview/style.less @@ -110,6 +110,10 @@ .ant-card { box-shadow: unset; } + + .ant-card-body { + padding: 0 !important; + } } .title { @@ -157,6 +161,11 @@ font-size: 16px; } } + + .ant-card-body { + padding: 12px !important; + box-shadow: unset !important; + } } .progress-title {