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
+21 -21
View File
@@ -68,7 +68,7 @@
.dragon-filter.active {
background: var(--blue);
color: rgb(255, 255, 255);
color: var(--text-inverse);
}
.trader-operations {
@@ -130,7 +130,7 @@
}
.unclassified-heading:hover {
background: rgb(241, 246, 248);
background: var(--surface-hover);
}
.unclassified-heading h3 {
@@ -492,7 +492,7 @@
background: var(--card-accent);
color: rgb(255, 255, 255);
color: var(--text-inverse);
font-family: STKaiti, KaiTi, serif;
@@ -859,7 +859,7 @@
border-radius: var(--card-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--card-shadow);
@@ -885,7 +885,7 @@
border-radius: var(--card-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--card-shadow);
}
@@ -897,7 +897,7 @@
border-radius: var(--card-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--card-shadow);
@@ -913,7 +913,7 @@
border-radius: var(--card-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--card-shadow);
@@ -999,7 +999,7 @@
border-radius: 8px;
background: rgb(244, 245, 247);
background: var(--surface-muted);
}
.dragon-view-tabs-v2 button {
@@ -1021,7 +1021,7 @@
}
.dragon-view-tabs-v2 button.active {
background: rgb(255, 255, 255);
background: var(--surface);
color: var(--r2-ink);
@@ -1077,7 +1077,7 @@
border-radius: var(--r2-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--r2-shadow);
}
@@ -1145,7 +1145,7 @@
border-radius: var(--r2-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--r2-shadow);
}
@@ -1195,7 +1195,7 @@
border-radius: 7px;
background: rgb(243, 244, 246);
background: var(--surface-muted);
}
.dragon-filter-v2 {
@@ -1223,7 +1223,7 @@
}
.dragon-filter-v2.active {
background: rgb(255, 255, 255);
background: var(--surface);
color: var(--r2-blue);
@@ -1307,7 +1307,7 @@
border-radius: var(--r2-radius);
background: rgb(248, 249, 251);
background: var(--surface-subtle);
box-shadow: var(--r2-shadow);
}
@@ -1327,7 +1327,7 @@
border-bottom: 1px solid var(--r2-line-soft);
background: rgb(255, 255, 255);
background: var(--surface);
}
.dragon-stage-heading-v2 > div {
@@ -1381,7 +1381,7 @@
border-radius: var(--r2-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--r2-shadow);
}
@@ -1435,11 +1435,11 @@
z-index: 2;
background: rgb(250, 251, 252);
background: var(--surface-subtle);
}
#dragonView .dragon-operation-table tbody tr:hover {
background: rgb(247, 249, 252);
background: var(--table-hover);
}
#dragonView .dragon-unclassified-v2 {
@@ -1451,7 +1451,7 @@
border-radius: var(--r2-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--r2-shadow);
}
@@ -1459,7 +1459,7 @@
#dragonView .dragon-unclassified-v2 .unclassified-heading {
border-bottom-color: var(--r2-line-soft);
background: rgb(255, 255, 255);
background: var(--surface);
}
.dragon-empty-state-v2 {
@@ -1479,7 +1479,7 @@
border-radius: var(--r2-radius);
background: rgb(255, 255, 255);
background: var(--surface);
box-shadow: var(--r2-shadow);