위젯항목 추가

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
+58
View File
@@ -1325,6 +1325,11 @@
flex: 1;
}
/* 위젯 — 전략 분석 차트 하단 줌/패닝 툴바 숨김 */
.wd-widget-host--chart .ptd-analysis-chart .chart-hover-toolbar {
display: none !important;
}
/* 미니 차트 */
.bps-page--wd .wd-mini-chart-wrap {
min-height: 0;
@@ -1390,3 +1395,56 @@
padding: 0;
min-height: 0;
}
/* 매매 시그널·분석 위젯 */
.wd-widget-host--analysis {
overflow: auto;
flex: 1;
min-height: 0;
padding: 8px 10px;
}
.wd-widget-host--signal-summary {
padding: 0;
}
.wd-widget-host--signal-summary .vtd-card {
border: none;
box-shadow: none;
}
.wd-widget-host--signal-match .seval-signal-split {
flex-direction: column;
gap: 10px;
}
.wd-widget-host--strategy-condition .scv-root {
min-height: 0;
}
.wd-widget-host--backtest-signals {
padding: 0;
}
.wd-widget-host--backtest-signals .wd-backtest-sig-table {
border: none;
box-shadow: none;
height: 100%;
}
.wd-widget-host--backtest-signals .brd-sig-scroll {
max-height: none;
}
.wd-widget-host--indicator-status .vtd-sig-panel-wrap--detail {
min-height: 0;
}
.bps-page--wd .wd-widget-host--analysis {
overflow: auto;
}
.wd-widget-empty--loading {
color: var(--text3, var(--se-text-muted, #6272a4));
font-style: italic;
}