优化了UI

This commit is contained in:
Sebastian
2026-01-17 17:39:21 +08:00
parent 82d0b55127
commit 33b76b57dc
3 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@@ -372,12 +372,12 @@ export default {
}
.excellent {
color: #52c41a;
color: #f81303;
font-weight: 600;
}
.good {
color: #91cc75;
color: #f76b58;
font-weight: 500;
}

View File

@@ -143,7 +143,7 @@ export default {
type: 'bar',
data: buyData,
itemStyle: {
color: '#52c41a'
color: '#ff4d4f'
},
barWidth: '20%'
},
@@ -152,7 +152,7 @@ export default {
type: 'bar',
data: sellData,
itemStyle: {
color: '#ff4d4f'
color: '#52c41a'
},
barWidth: '20%'
},
@@ -263,10 +263,10 @@ export default {
color: #333;
}
.subscription-table .buy { color: #52c41a; }
.subscription-table .sell { color: #ff4d4f; }
.subscription-table .positive { color: #52c41a; font-weight: 600; }
.subscription-table .negative { color: #ff4d4f; font-weight: 600; }
.subscription-table .buy { color: #ff4d4f; }
.subscription-table .sell { color: #52c41a; }
.subscription-table .positive { color: #ff4d4f; font-weight: 600; }
.subscription-table .negative { color: #52c41a; font-weight: 600; }
.no-data {
display: flex;