From fb04264e36eec10b7b6c4f767f35f6c0108d2bd9 Mon Sep 17 00:00:00 2001 From: lcw <1878680531@qq.com> Date: Thu, 23 Oct 2025 00:59:37 +0800 Subject: [PATCH] lcw --- .../recruitment/card/EnterpriseEmploymentTwo.vue | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/views/recruitment/card/EnterpriseEmploymentTwo.vue b/src/views/recruitment/card/EnterpriseEmploymentTwo.vue index aab9be2..6f5213e 100644 --- a/src/views/recruitment/card/EnterpriseEmploymentTwo.vue +++ b/src/views/recruitment/card/EnterpriseEmploymentTwo.vue @@ -52,22 +52,17 @@ const option = { data: ["第一产业", "第二产业", "第三产业"] }, yAxis: { - //确保所有网格线都显示 + //显示网格线 splitLine: { show: true, lineStyle: { - color: '#A1C7CD', - opacity: 0.3, - type: 'solid', - width: 1 + color: ['#A1C7CD'], + opacity: 0.2, + type: 'solid' } }, - //设置y轴范围和间隔以显示更多网格线 - min: 0, - max: 600, //根据数据最大值设置合适的范围 - interval: 100, //设置固定间隔以确保显示足够的网格线 axisLine: { - show: false + show: true }, axisTick: { show: false