백테스팅 분석결과 레포트 출력
This commit is contained in:
@@ -419,6 +419,35 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.btd-th-sort {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
background: transparent;
|
||||
font: inherit;
|
||||
font-weight: inherit;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.btd-th-sort:hover {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.btd-th-sort--active {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.btd-th-sort-icon {
|
||||
font-size: 0.85em;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.btd-table td {
|
||||
padding: 7px 12px;
|
||||
border-bottom: 1px solid var(--sep);
|
||||
@@ -1246,6 +1275,8 @@
|
||||
color: var(--se-text-muted);
|
||||
font-size: 0.82rem;
|
||||
cursor: default;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.btd-analysis-main {
|
||||
|
||||
Reference in New Issue
Block a user