feat(chart): improve adaptive waveform layout
Some checks failed
CI / verify (push) Failing after 36s
CI / verify (pull_request) Failing after 31s

This commit is contained in:
李启源
2026-07-20 11:27:50 +08:00
parent ea832229da
commit f535e9611a
12 changed files with 563 additions and 59 deletions

View File

@@ -102,6 +102,7 @@ h1 {
}
.chart-panel {
height: clamp(560px, calc(100vh - 190px), 800px);
background: transparent;
}