fix: chart resize

This commit is contained in:
jialin
2024-10-23 18:04:34 +08:00
parent f5edf39027
commit 8576015633
9 changed files with 72 additions and 103 deletions
@@ -6,7 +6,16 @@
color: var(--ant-orange);
gap: 20px;
&.scaleable {
gap: 15px;
}
.usage {
cursor: pointer;
line-height: 16px;
&.scaleable {
transform: scale(0.9);
}
}
}