期权历史表:盈亏单行显示,收窄合约列

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-20 21:56:36 +08:00
parent e261df0009
commit 9421ff7360
3 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -2586,7 +2586,7 @@
"<td>" + fmt(h.sheets, 0) + "</td>" +
"<td>" + premTxt + "</td>" +
"<td>" + optHistoryStatusHtml(h) + "</td>" +
'<td class="' + pnlCls + '">' + pnlTxt + "</td>" +
'<td class="' + pnlCls + ' opt-hist-pnl">' + pnlTxt + "</td>" +
'<td class="opt-hist-time">' + timeTxt + "</td>" +
'<td><button type="button" class="btn-secondary btn-sm opt-history-del" data-key="' +
histKey +