From 2644c679fae5c9cc5304e6ddbab607e879704365 Mon Sep 17 00:00:00 2001 From: duanxiaohai <1812246227@qq.com> Date: Fri, 14 Jun 2024 11:44:08 +0800 Subject: [PATCH] gx --- src/view/echart_analyze/eP2.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/view/echart_analyze/eP2.vue b/src/view/echart_analyze/eP2.vue index 4208c74..e94198a 100644 --- a/src/view/echart_analyze/eP2.vue +++ b/src/view/echart_analyze/eP2.vue @@ -94,13 +94,13 @@ const getOption = () => { // 设置Y轴名称的样式 fontSize: 14, // 这里设置字体大小为20 }, - axisLabel: { - //坐标轴刻度标签的相关设置 - textStyle: { - color: "#ffffff", - fontSize: 16, - }, - }, + // axisLabel: { + // //坐标轴刻度标签的相关设置 + // textStyle: { + // color: "#ffffff", + // fontSize: 16, + // }, + // }, axisLine: { //y轴线的颜色以及宽度 show: false,