增加K线
This commit is contained in:
+5
-5
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user