增加K线

This commit is contained in:
dekun
2026-05-30 10:56:43 +08:00
parent 1dc48e582d
commit 61b5e7424a
2 changed files with 13 additions and 14 deletions
+5 -5
View File
@@ -334,8 +334,7 @@ button:hover {
border: 1px solid var(--border);
border-radius: 12px;
padding: 1.25rem 1.5rem 1.5rem;
width: calc(100vw - 2rem);
max-width: none;
width: min(1968px, calc(100vw - 2rem));
max-height: 96vh;
overflow: auto;
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
@@ -378,9 +377,10 @@ button:hover {
}
.chart-lwc-container {
width: 100%;
min-width: 1280px;
min-height: 560px;
width: 1920px;
max-width: 100%;
height: 1080px;
max-height: calc(96vh - 140px);
margin: 0 auto;
}