feat: add tabular key monitor rule reference on all exchanges
Replace the pipe-separated rule blurb with a detailed five-column table driven by .env-backed gate parameters for easier trading reference. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -872,6 +872,36 @@ html[data-theme="light"] .tip-collapse-body.rule-tip {
|
||||
color: #4a6078 !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .key-rule-table th,
|
||||
html[data-theme="light"] .key-rule-table td {
|
||||
border-color: #d0dae4 !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .key-rule-table th {
|
||||
background: #eef3f8 !important;
|
||||
color: #4a6078 !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .key-rule-table td {
|
||||
color: #142232 !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .key-rule-table .key-rule-type {
|
||||
color: #142232 !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .key-rule-table .key-rule-sub {
|
||||
color: #006e9a !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .key-rule-foot {
|
||||
color: #6a7588 !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] .key-rule-foot code {
|
||||
color: #006e9a !important;
|
||||
}
|
||||
|
||||
/* ── 关键位折叠行(亮色)── */
|
||||
html[data-theme="light"] .key-row-collapse {
|
||||
background: #f6f9fc !important;
|
||||
|
||||
Reference in New Issue
Block a user