From f7f647a20cca0d106473e6a862b85d89a7a93d19 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 01 十二月 2022 10:59:06 +0800
Subject: [PATCH] 堆栈溢出
---
src/views/riskWarningSys/warningBigScreen/components/training.vue | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/views/riskWarningSys/warningBigScreen/components/training.vue b/src/views/riskWarningSys/warningBigScreen/components/training.vue
index eb0cf52..68eab0b 100644
--- a/src/views/riskWarningSys/warningBigScreen/components/training.vue
+++ b/src/views/riskWarningSys/warningBigScreen/components/training.vue
@@ -111,7 +111,7 @@
}
},
axisLabel:{
- color: '#ccc'
+ color: '#999'
},
splitLine:{
show: false
@@ -124,11 +124,11 @@
axisLine:{
show: true,
lineStyle:{
- color: '#fff'
+ color: '#999'
}
},
axisLabel:{
- color: '#fff'
+ color: '#999'
}
},
series: [
@@ -160,7 +160,7 @@
label:{
show: true,
position: 'outside',
- color: '#fff',
+ color: '#999',
fontSize: fontSize(11)
}
}
@@ -204,7 +204,7 @@
}
},
axisLabel:{
- color: '#ccc'
+ color: '#999'
},
splitLine:{
show: false
@@ -217,11 +217,11 @@
axisLine:{
show: true,
lineStyle:{
- color: '#fff'
+ color: '#999'
}
},
axisLabel:{
- color: '#fff'
+ color: '#999'
}
},
series: [
@@ -253,7 +253,7 @@
label:{
show: true,
position: 'outside',
- color: '#fff',
+ color: '#999',
fontSize: fontSize(11)
}
}
@@ -297,7 +297,7 @@
}
},
axisLabel:{
- color: '#ccc'
+ color: '#999'
},
splitLine:{
show: false
@@ -310,11 +310,11 @@
axisLine:{
show: true,
lineStyle:{
- color: '#fff'
+ color: '#999'
}
},
axisLabel:{
- color: '#fff'
+ color: '#999'
}
},
series: [
@@ -346,7 +346,7 @@
label:{
show: true,
position: 'outside',
- color: '#fff',
+ color: '#999',
fontSize: fontSize(11)
}
}
--
Gitblit v1.9.2