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
@@ -4,6 +4,7 @@
border: 1px solid var(--ant-color-border);
border-radius: var(--border-radius-base);
height: 100%;
background-color: var(--color-white-1);
.header {
padding-inline: 2px 16px;
@@ -6,7 +6,16 @@
color: var(--ant-orange);
gap: 20px;
&.scaleable {
gap: 15px;
}
.usage {
cursor: pointer;
line-height: 16px;
&.scaleable {
transform: scale(0.9);
}
}
}