fix(style): chart grid right margin
This commit is contained in:
@@ -30,6 +30,7 @@ const ContentWrapper = styled.div<{ $hasTitle: boolean }>`
|
||||
? 'var(--ant-color-text-secondary)'
|
||||
: 'var(--ant-color-text)'};
|
||||
font-weight: var(--font-weight-500);
|
||||
white-space: pre-line;
|
||||
`;
|
||||
|
||||
const AlertInfo: React.FC<AlertInfoProps> = (props) => {
|
||||
|
||||
@@ -6,7 +6,7 @@ import { useMemo } from 'react';
|
||||
|
||||
export const grid = {
|
||||
left: 0,
|
||||
right: 20,
|
||||
right: 0,
|
||||
bottom: 20,
|
||||
containLabel: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user