fix(style): chart grid right margin

This commit is contained in:
jialin
2025-06-27 10:53:51 +08:00
parent cbeea23295
commit 85754ccfb5
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -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) => {