diff --git a/src/assets/img/编组 6@2x.png b/src/assets/img/编组 6@2x.png new file mode 100644 index 0000000..9a79428 Binary files /dev/null and b/src/assets/img/编组 6@2x.png differ diff --git a/src/views/OperationalOverview/components/newBar.vue b/src/views/OperationalOverview/components/newBar.vue index 0632a9e..e545e22 100644 --- a/src/views/OperationalOverview/components/newBar.vue +++ b/src/views/OperationalOverview/components/newBar.vue @@ -148,7 +148,12 @@ export default { symbolOffset: [0, '-50%'], symbolSize: [26, 6], zlevel: 2, - itemStyle: { color: '#2c6e7d' }, + itemStyle: { + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + { offset: 0, color: 'rgba(59, 76, 118, 0)' }, + { offset: 1, color: '#2c6e7d' } + ]) + }, label: { color: 'rgba(119, 255, 242, 1)', show: true, @@ -218,10 +223,13 @@ export default { axisLine: { lineStyle: { type: 'solid', - color: '#213259', // 左边线的颜色 + color: 'rgba(119, 255, 242, 0.6)', // 左边线的颜色 width: '1'// 坐标线的宽度 } }, + axisTick: { + show: false + }, axisLabel: { textStyle: { color: 'rgba(255,255,255,0.5)' // 坐标值得具体的颜色 @@ -231,7 +239,7 @@ export default { splitLine: { lineStyle: { type: 'dotted', - color: '#213259' + color: 'rgba(119, 255, 242, 0.2)' } }, type: 'value' diff --git a/src/views/OperationalOverview/components/storageCockpitArea.vue b/src/views/OperationalOverview/components/storageCockpitArea.vue index a5aa264..d20f08c 100644 --- a/src/views/OperationalOverview/components/storageCockpitArea.vue +++ b/src/views/OperationalOverview/components/storageCockpitArea.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2020-12-29 16:37:56 * @LastEditors: zwq - * @LastEditTime: 2022-10-25 08:51:13 + * @LastEditTime: 2022-10-25 16:39:57 * @Description: -->