feat: unify trading workspace visual system

This commit is contained in:
leefer
2026-08-06 02:48:46 +08:00
parent b3a21d05b7
commit bd97ba1829
25 changed files with 803 additions and 800 deletions
+19 -19
View File
@@ -240,11 +240,11 @@
}
.sentiment-history-table .sentiment-history-groups .group-ladder {
background: rgb(244, 245, 239);
background: var(--warning-soft);
}
.sentiment-history-table .sentiment-history-groups .group-risk {
background: rgb(248, 238, 238);
background: var(--market-up-soft);
}
.sentiment-history-table .sentiment-history-groups .group-feedback {
@@ -258,7 +258,7 @@
z-index: 5;
background: rgb(247, 249, 250);
background: var(--table-header);
color: rgb(57, 74, 86);
@@ -298,7 +298,7 @@
z-index: 7;
background: rgb(247, 249, 250);
background: var(--table-header);
}
.sentiment-history-table .sentiment-history-columns th:nth-child(2) {
@@ -310,19 +310,19 @@
z-index: 7;
background: rgb(247, 249, 250);
background: var(--table-header);
}
.sentiment-history-table tbody tr:nth-child(2n) td {
background: rgb(250, 251, 252);
background: var(--surface-subtle);
}
.sentiment-history-table tbody tr:hover td {
background: rgb(241, 246, 249);
background: var(--table-hover);
}
.sentiment-history-table tbody tr.latest-row td {
background: rgb(242, 247, 253);
background: var(--table-selected);
font-weight: 650;
}
@@ -495,7 +495,7 @@
border-radius: 50%;
background: conic-gradient(var(--coral) calc(var(--score) * 1%), #e5eaee 0);
background: conic-gradient(var(--coral) calc(var(--score) * 1%), var(--border) 0);
position: relative;
@@ -810,7 +810,7 @@
border-radius: var(--card-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--card-shadow);
@@ -838,7 +838,7 @@
border-radius: var(--card-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--card-shadow);
@@ -854,7 +854,7 @@
border-radius: var(--card-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--card-shadow);
@@ -973,7 +973,7 @@
border-radius: 5px;
background: rgb(243, 244, 246);
background: var(--surface-muted);
color: var(--r2-sub);
@@ -1021,7 +1021,7 @@
background: var(--r2-ink);
color: rgb(255, 255, 255);
color: var(--text-inverse);
font-size: 11px;
@@ -1243,7 +1243,7 @@
border-radius: 5px;
background: rgb(240, 242, 245);
background: var(--surface-muted);
}
.redesigned-sentiment-view .sentiment-component-item:nth-child(n) .sentiment-component-track i,
@@ -1280,7 +1280,7 @@
border-radius: var(--r2-radius) var(--r2-radius) 0 0;
background: rgb(255, 255, 255);
background: var(--surface);
}
.redesigned-sentiment-view .sentiment-detail-toolbar h2 {
@@ -1298,7 +1298,7 @@
border-radius: 0 0 var(--r2-radius) var(--r2-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--r2-shadow);
}
@@ -1317,7 +1317,7 @@
}
.redesigned-sentiment-view .sentiment-history-table thead th {
background: rgb(248, 250, 252);
background: var(--table-header);
color: var(--r2-sub);
@@ -1327,7 +1327,7 @@
}
.redesigned-sentiment-view .sentiment-history-groups th {
background: rgb(243, 245, 247);
background: var(--table-header);
}
@media (max-width: 1180px) {