mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
modify style
This commit is contained in:
@@ -153,6 +153,7 @@ export default {
|
|||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'item',
|
trigger: 'item',
|
||||||
backgroundColor: self.isDarkMode ? '#333' : '#fff',
|
backgroundColor: self.isDarkMode ? '#333' : '#fff',
|
||||||
|
borderColor: self.isDarkMode ? '#333' : '#fff',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: self.isDarkMode ? '#eee' : '#333'
|
color: self.isDarkMode ? '#eee' : '#333'
|
||||||
},
|
},
|
||||||
@@ -174,7 +175,6 @@ export default {
|
|||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
orient: 'horizontal',
|
orient: 'horizontal',
|
||||||
left: 'top',
|
|
||||||
data: self.validItems.map(item => item.name),
|
data: self.validItems.map(item => item.name),
|
||||||
selected: self.selectedLegends,
|
selected: self.selectedLegends,
|
||||||
textStyle: {
|
textStyle: {
|
||||||
|
|||||||
Reference in New Issue
Block a user