Show trade open/close times and hold period by target exit.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-27 15:37:37 +08:00
parent 0e3a8b08ec
commit 14c6ba51a8
9 changed files with 279 additions and 30 deletions
+26
View File
@@ -558,6 +558,32 @@ input {
word-break: break-word;
}
.trade-row-times {
color: var(--muted);
font-size: 12px;
line-height: 1.4;
word-break: break-word;
}
.trade-hold-note {
margin: -4px 0 12px;
color: var(--muted);
font-size: 13px;
line-height: 1.4;
}
.trade-hold-summary {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px solid var(--line);
}
.trade-hold-basis {
margin-left: 6px;
color: var(--muted);
font-size: 12px;
}
.trade-row-pnl {
display: flex;
flex-direction: column;