추세검색 설정 수정

This commit is contained in:
Macbook
2026-05-27 02:10:00 +09:00
parent 2e08c6b16f
commit fc06a16184
27 changed files with 1262 additions and 147 deletions
+24 -2
View File
@@ -837,13 +837,14 @@
.ptd-trade-history--fill {
flex: 1;
padding: 8px 10px;
padding: 10px 12px;
box-sizing: border-box;
}
.ptd-trade-history-empty {
margin: 12px 0;
margin: 16px 0;
text-align: center;
font-size: 13px;
}
.ptd-trade-history-scroll {
@@ -852,6 +853,15 @@
overflow: auto;
}
.bps-page--vtd .ptd-trade-history--fill .vtd-trade-section {
height: 100%;
}
.bps-page--vtd .ptd-trade-history--fill .ptd-trade-history-scroll {
flex: 1;
min-height: 0;
}
.ptd-table--trades th,
.ptd-table--trades td {
white-space: nowrap;
@@ -877,6 +887,18 @@
.bps-page--vtd .ptd-right-body > .ptd-trade-history--fill {
height: 100%;
}
/* 가상매매 — 실시간 차트와 동일한 호가 탭 레이아웃 */
.bps-page--vtd .ptd-right-body > .ptd-ob-stack--fill {
flex: 1;
min-height: 0;
height: 100%;
box-sizing: border-box;
}
.bps-page--vtd .ptd-right-body > .ptd-ob-stack--fill.rsp-ob-stack {
padding: 10px 12px 12px;
}
.ptd-status {
display: inline-block;
padding: 2px 5px;