From bd53619ac5d2d902398f4b96e4c3190ec4258c62 Mon Sep 17 00:00:00 2001 From: Zxuyoubin Date: Wed, 4 Sep 2024 16:58:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=BD=91=E7=BB=9C=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=20=E9=A6=96=E9=A1=B5=20=E8=AE=BE=E5=A4=87=E6=95=85?= =?UTF-8?q?=E9=9A=9C=E7=B1=BB=E5=88=AB=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- god-ui/src/views/networkEquipment/index.vue | 38 ++++++++++++++------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/god-ui/src/views/networkEquipment/index.vue b/god-ui/src/views/networkEquipment/index.vue index 92487670..fcdce9d5 100644 --- a/god-ui/src/views/networkEquipment/index.vue +++ b/god-ui/src/views/networkEquipment/index.vue @@ -235,7 +235,8 @@ export default { }, }, xAxis: { - type:'value' + type:'value', + }, yAxis: { data:res.data.map(item=>item.note1), @@ -295,23 +296,34 @@ export default { xAxis: { data:res.data.map(item=>item.acrossName), axisLine: { - show: true, - }, - axisTick: { - show: true, - inside: true, - alignWithLabel:true, - }, + show: true, + }, + axisTick: { + show: true, + inside: true, + alignWithLabel:true, + }, }, yAxis: { type:'value', axisLine: { - show: true, + show: true, + }, + axisTick: { + show: true, + inside: true, + alignWithLabel:true, + }, + splitLine: { + show: true, + lineStyle: { + color: '#0735a2', + width: 1, + type: 'dashed' + } }, - axisTick: { - show: true, - inside: true, - alignWithLabel:true, + splitArea: { + show: true }, }, color:['#5470c6'],