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 {