From de7542a95b8d1b83bdc7f9448040e78f6fd39a4a Mon Sep 17 00:00:00 2001 From: qq_38870145 Date: Tue, 2 Jan 2024 10:03:01 +0800 Subject: [PATCH] Auto Commit --- src/components/visual/article/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/visual/article/index.vue b/src/components/visual/article/index.vue index 2662ca1..8180abf 100644 --- a/src/components/visual/article/index.vue +++ b/src/components/visual/article/index.vue @@ -102,7 +102,7 @@ function renderEchartBar() { data: state.dataSource.map(item => item.score), type: 'bar', itemStyle: { - color:'linear-gradient(to top, #2980b9, #6dd5fa, #ffffff)', + color:'#9fe080', }, showBackground: true, backgroundStyle: { -- GitLab