mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
update dark theme style of desktop version
This commit is contained in:
@@ -243,6 +243,11 @@ const chartOptions = computed<object>(() => {
|
||||
return formatAmountWithCurrency(Math.floor(params.value as number), props.account.currency);
|
||||
}
|
||||
}
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: isDarkMode.value ? '#4f4f4f' : '#e1e6f2',
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -376,6 +376,11 @@ const chartOptions = computed<object>(() => {
|
||||
return formatAmountWithCurrency(Math.floor(params.value as number), props.defaultCurrency);
|
||||
}
|
||||
}
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: isDarkMode.value ? '#4f4f4f' : '#e1e6f2',
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user