监控区持仓合约点击跳转行情区

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-02 12:29:08 +08:00
parent 054cf01b7a
commit 1f13638732
4 changed files with 91 additions and 9 deletions
+25
View File
@@ -2060,6 +2060,31 @@ body.login-page {
margin-right: 4px;
}
.sym-link {
background: none;
border: none;
padding: 0;
margin: 0;
font: inherit;
color: var(--accent);
cursor: pointer;
text-align: left;
text-decoration: underline;
text-underline-offset: 2px;
}
.sym-link:hover {
color: #00ff9d;
}
.pos-symbol-link {
display: inline;
}
.pos-symbol-link strong {
font-weight: inherit;
}
.market-price-tag {
position: absolute;
right: 0;