위젯항목 추가
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user