백테스팅 분석결과 레포트 출력

This commit is contained in:
Macbook
2026-06-03 12:14:08 +09:00
parent c228f18c25
commit ee7b1a6123
11 changed files with 1207 additions and 15 deletions
+31
View File
@@ -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 {