전략평가 화면 종목리스트 기능 추가
This commit is contained in:
@@ -168,6 +168,49 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* ── 좌측 종목 탭 (실시간 차트 MarketPanel 임베드) ─────────────────────────── */
|
||||
.seval-market-tab {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.seval-market-tab .market-panel {
|
||||
position: relative !important;
|
||||
width: 100% !important;
|
||||
min-width: 0 !important;
|
||||
max-width: none !important;
|
||||
flex: 1;
|
||||
transform: none !important;
|
||||
height: 100% !important;
|
||||
min-height: 0;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.seval-market-tab .market-panel--open {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.seval-market-tab .mp-body {
|
||||
width: 100% !important;
|
||||
min-width: 0 !important;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.seval-market-tab .mp-list {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.seval-left-tabs-row {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user