Add index-over-ask leverage column to options chain list.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-01 10:26:11 +08:00
parent f6ea0dc399
commit 747434a65e
5 changed files with 32 additions and 5 deletions
+9
View File
@@ -3138,6 +3138,15 @@ html[data-theme="light"] .settings-side-export-label {
font-variant-numeric: tabular-nums;
white-space: nowrap;
}
.opt-chain-lev {
font-variant-numeric: tabular-nums;
white-space: nowrap;
font-weight: 600;
color: #b8c8ff;
}
html[data-theme="light"] .opt-chain-lev {
color: #1a4a8a;
}
.opt-be-dist-up {
color: #5ee89a;
}