위젯항목 추가

This commit is contained in:
Macbook
2026-06-14 01:59:54 +09:00
parent 9737767777
commit 7a2f65088c
13 changed files with 485 additions and 3 deletions
+27
View File
@@ -452,6 +452,10 @@
flex: 1;
}
.fw-window-cell .ptd-analysis-chart .chart-hover-toolbar {
display: none !important;
}
.fw-window-cell .wd-panel-body {
flex: 1;
min-height: 0;
@@ -464,6 +468,29 @@
overflow: auto;
}
.fw-window-cell .wd-widget-host--analysis {
overflow: auto;
flex: 1;
min-height: 0;
}
.fw-window-cell .wd-widget-host--signal-summary {
padding: 0;
}
.fw-window-cell .wd-widget-host--signal-match .seval-signal-split {
flex-direction: column;
gap: 10px;
}
.fw-window-cell .wd-widget-host--backtest-signals {
padding: 0;
}
.fw-window-cell .wd-widget-host--backtest-signals .brd-sig-scroll {
max-height: none;
}
/* 레이아웃 선택 팝업 */
.fw-layout-picker-grid {
display: grid;