改浅色

This commit is contained in:
lnljyang
2026-01-06 11:10:20 +08:00
parent c2e7fc1f20
commit 36c6f01eb1
20 changed files with 139 additions and 130 deletions

View File

@@ -105,12 +105,12 @@ export default {
xAxis: {
type: 'category',
data: xData,
axisLabel: { color: 'white' }
axisLabel: { color: '#000000' }
},
yAxis: {
type: 'value',
axisLabel: {
color: 'white'
color: '#000000'
},
splitLine: {
lineStyle: {
@@ -153,7 +153,7 @@ export default {
button {
background: rgba(25, 61, 112, 0.8);
border: 1px solid #2f6ed4;
color: #fff;
color: #000000;
padding: 5px 15px;
margin-right: 10px;
cursor: pointer;