Show bid/ask liquidity as price per sheet in options chain.

Display OKX askSz and bidSz beside top-of-book prices in the chain table and order panel using price/sheets format.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 16:28:08 +08:00
parent 99f13817f8
commit 2cfc1a490f
6 changed files with 76 additions and 12 deletions
+4
View File
@@ -2588,6 +2588,10 @@ html[data-theme="light"] .settings-side-export-label {
.options-page-wrap .options-strike-table code {
font-size: 0.66rem;
}
.opt-px-sz {
font-variant-numeric: tabular-nums;
white-space: nowrap;
}
.opt-be-dist-up {
color: #5ee89a;
}