분석레포트 화면 수정
This commit is contained in:
@@ -177,14 +177,22 @@
|
|||||||
|
|
||||||
.bps-page--arp .arp-center-inner {
|
.bps-page--arp .arp-center-inner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 960px;
|
max-width: none;
|
||||||
margin: 0 auto;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 중앙 분석 카드 — 우측 시그널 카드와 동일 높이 */
|
.bps-page--arp .arp-center-tab-body .arp-center-inner {
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
.bps-page--arp .arp-center-shell {
|
.bps-page--arp .arp-center-shell {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
@@ -238,11 +246,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bps-page--arp .arp-center-tab-body .arp-center-inner {
|
/* 중앙 분석 카드 — 우측 시그널 카드와 동일 높이 */
|
||||||
flex: 1;
|
|
||||||
min-height: 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bps-page--arp .arp-center-tab-body .arp-report-empty {
|
.bps-page--arp .arp-center-tab-body .arp-report-empty {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@@ -1564,12 +1568,42 @@
|
|||||||
/* BacktestDashboard — 레포트 레이아웃 (색상은 테마 유지) */
|
/* BacktestDashboard — 레포트 레이아웃 (색상은 테마 유지) */
|
||||||
.bps-page--arp .arp-center-inner .brd-dashboard,
|
.bps-page--arp .arp-center-inner .brd-dashboard,
|
||||||
.bps-page--arp .arp-center-inner .brd-dashboard--report {
|
.bps-page--arp .arp-center-inner .brd-dashboard--report {
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
min-height: auto;
|
|
||||||
height: auto;
|
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
overflow: visible;
|
overflow: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bps-page--arp .arp-center-inner .brd-dashboard--report > .brd-dash-header,
|
||||||
|
.bps-page--arp .arp-center-inner .brd-dashboard--report > .brd-row:first-of-type {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bps-page--arp .arp-center-inner .brd-dashboard--report > .brd-row--3col,
|
||||||
|
.bps-page--arp .arp-center-inner .brd-dashboard--report > .brd-row--2col {
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
align-items: stretch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bps-page--arp .arp-center-inner .brd-dashboard--report .brd-row--3col .brd-card,
|
||||||
|
.bps-page--arp .arp-center-inner .brd-dashboard--report .brd-row--2col .brd-card {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 0;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bps-page--arp .arp-center-inner .brd-dashboard--report .brd-card-body {
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bps-page--arp .arp-center-inner .brd-dash-header {
|
.bps-page--arp .arp-center-inner .brd-dash-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user