提交 6404250d 编写于 作者: A afc163

remove extra scroll bar, close #532

上级 587c5dd5
......@@ -52,7 +52,7 @@ const ChartCard = ({
bodyStyle={{ padding: '20px 24px 8px 24px' }}
{...rest}
>
{<Spin spinning={loading}>{content}</Spin>}
{<Spin spinning={loading} wrapperClassName={styles.spin}>{content}</Spin>}
</Card>
);
};
......
......@@ -72,3 +72,7 @@
margin-top: 20px;
}
}
.spin :global(.ant-spin-container) {
overflow: visible;
}
......@@ -5,7 +5,7 @@
position: absolute;
bottom: -34px;
width: 100%;
& > div {
> div {
margin: 0 -5px;
overflow: hidden;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册