가상투자 설정 수정
This commit is contained in:
@@ -827,6 +827,56 @@
|
||||
.ptd-table--compact { font-size: 9px; }
|
||||
.ptd-table--compact th,
|
||||
.ptd-table--compact td { padding: 5px 6px; }
|
||||
|
||||
.ptd-trade-history {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ptd-trade-history--fill {
|
||||
flex: 1;
|
||||
padding: 8px 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.ptd-trade-history-empty {
|
||||
margin: 12px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ptd-trade-history-scroll {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ptd-table--trades th,
|
||||
.ptd-table--trades td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ptd-row--click {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ptd-row--click:hover td {
|
||||
background: color-mix(in srgb, var(--accent, #3f7ef5) 8%, transparent);
|
||||
}
|
||||
|
||||
.ptd-source--auto {
|
||||
color: var(--accent, #3f7ef5);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.ptd-source--manual {
|
||||
color: var(--se-text-muted, var(--text3));
|
||||
}
|
||||
|
||||
.bps-page--vtd .ptd-right-body > .ptd-trade-history--fill {
|
||||
height: 100%;
|
||||
}
|
||||
.ptd-status {
|
||||
display: inline-block;
|
||||
padding: 2px 5px;
|
||||
|
||||
Reference in New Issue
Block a user