From d17780f466410363aa9c4e6d4dcc763892931bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Thu, 5 Jul 2018 10:45:03 +0800 Subject: [PATCH] style: Card should not use Spin --- src/components/Charts/ChartCard/index.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Charts/ChartCard/index.less b/src/components/Charts/ChartCard/index.less index fa2eb16d..bee44938 100644 --- a/src/components/Charts/ChartCard/index.less +++ b/src/components/Charts/ChartCard/index.less @@ -72,7 +72,3 @@ margin-top: 20px; } } - -.spin :global(.ant-spin-container) { - overflow: visible; -} -- GitLab