From 7c1e4502fe4431cc43755afc42935bbadf1464cd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 01 八月 2023 11:01:28 +0800
Subject: [PATCH] #
---
src/components/datav/cards.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/datav/cards.vue b/src/components/datav/cards.vue
index 87d58a3..961bdad 100644
--- a/src/components/datav/cards.vue
+++ b/src/components/datav/cards.vue
@@ -20,11 +20,11 @@
data: [
{
name: '绯诲垪A',
- color: '#333'
+ color: '#37a2da'
},
{
name: '绯诲垪B',
- color: '#fff'
+ color: '#32c5e9'
}
],
textStyle: {
@@ -82,7 +82,7 @@
data: [1200, 2230, 1900, 2100, 3500, 4200, 3985],
type: 'bar',
gradient: {
- color: ['#333']
+ color: ['#37a2da']
}
},
{
@@ -90,7 +90,7 @@
data: [1200, 2230, 1900, 2100, 3500, 4200, 3985],
type: 'bar',
gradient: {
- color: ['#fff']
+ color: ['#32c5e9']
}
}
]
--
Gitblit v1.9.1