增加K线

This commit is contained in:
dekun
2026-05-30 10:42:54 +08:00
parent 53959a9008
commit e9f1a6a46f
2 changed files with 25 additions and 64 deletions
+6 -35
View File
@@ -334,34 +334,11 @@ button:hover {
border: 1px solid var(--border);
border-radius: 12px;
padding: 1.25rem 1.5rem 1.5rem;
max-width: 96vw;
width: calc(100vw - 2rem);
max-width: none;
max-height: 96vh;
overflow: auto;
}
.chart-modal-inner:fullscreen {
width: 100vw;
height: 100vh;
max-width: none;
max-height: none;
border-radius: 0;
display: flex;
flex-direction: column;
}
.chart-modal-inner:fullscreen .chart-modal-canvas-wrap {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
min-height: 0;
}
.chart-modal-inner:fullscreen .chart-lwc-container {
flex: 1;
width: 100% !important;
height: 100% !important;
min-height: 0;
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}
.chart-modal-head {
@@ -402,7 +379,9 @@ button:hover {
.chart-lwc-container {
width: 100%;
min-height: 480px;
min-width: 1280px;
min-height: 560px;
margin: 0 auto;
}
.chart-lwc-fallback {
@@ -411,14 +390,6 @@ button:hover {
color: var(--muted);
}
.chart-modal-inner:fullscreen .chart-modal-head {
flex-shrink: 0;
}
.chart-modal-inner:fullscreen .chart-modal-hint {
flex-shrink: 0;
}
.stats-table .stats-total-vol {
font-weight: 600;
white-space: nowrap;