From bc5cf4a258aba4774829ce421af83f9b4aedf4cc Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 28 一月 2026 14:08:39 +0800
Subject: [PATCH] fix: 大屏样式优化
---
src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue b/src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
index 3b8da7f..3b04ffa 100644
--- a/src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
+++ b/src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
@@ -86,8 +86,8 @@
showSymbol: true,
symbol: 'circle',
symbolSize: 8,
- lineStyle: { color: 'rgba(11, 137, 254, 0.40)', width: 2 },
- itemStyle: { color: 'rgba(11, 137, 254, 0.40)', borderWidth: 0 },
+ lineStyle: { color: 'rgba(11, 137, 254,1', width: 2 },
+ itemStyle: { color: 'rgba(11, 137, 254, 1)', borderWidth: 0 },
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: 'rgba(11, 137, 254, 0.40)' },
@@ -105,8 +105,8 @@
symbol: 'circle',
symbolSize: 8,
- lineStyle: { color: 'rgba(11, 249, 254, 0.5)', width: 2 },
- itemStyle: { color: 'rgba(11, 249, 254, 0.5)', borderWidth: 0 },
+ lineStyle: { color: 'rgba(11, 249, 254, 1)', width: 2 },
+ itemStyle: { color: 'rgba(11, 249, 254, 1)', borderWidth: 0 },
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: 'rgba(11, 249, 254, 0.5)' },
@@ -121,10 +121,8 @@
const tooltip = {
trigger: 'axis',
axisPointer: { type: 'line' },
- backgroundColor: 'rgba(10, 28, 58, 0.9)',
- borderColor: 'rgba(78, 228, 255, 0.3)',
borderWidth: 1,
- textStyle: { color: '#B8C8E0', fontSize: 12 },
+ textStyle: { fontSize: 12 },
formatter(params) {
let result = params[0].axisValue + '<br/>'
params.forEach((item) => {
--
Gitblit v1.9.3