From cf87c2c5e25e0d2af8f2091f6776bb55201cd475 Mon Sep 17 00:00:00 2001 From: lcw <1878680531@qq.com> Date: Thu, 23 Oct 2025 01:16:22 +0800 Subject: [PATCH] lcw --- .../card/EnterpriseEmploymentTwo.vue | 11 +++-------- src/views/recruitment/card/ListView.vue | 17 +++++++++-------- src/views/recruitment/index.vue | 3 ++- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/src/views/recruitment/card/EnterpriseEmploymentTwo.vue b/src/views/recruitment/card/EnterpriseEmploymentTwo.vue index 6f5213e..cf7c448 100644 --- a/src/views/recruitment/card/EnterpriseEmploymentTwo.vue +++ b/src/views/recruitment/card/EnterpriseEmploymentTwo.vue @@ -29,13 +29,7 @@ const option = { }, xAxis: { show: true, - axisLine: { - show: true, - lineStyle: { - color: '#CBF2FA', - width: 1 - } - }, + axisTick: { show: true, lineStyle: { @@ -52,6 +46,7 @@ const option = { data: ["第一产业", "第二产业", "第三产业"] }, yAxis: { + interval: 50, // 设置刻度间隔 //显示网格线 splitLine: { show: true, @@ -62,7 +57,7 @@ const option = { } }, axisLine: { - show: true + show: false }, axisTick: { show: false diff --git a/src/views/recruitment/card/ListView.vue b/src/views/recruitment/card/ListView.vue index 16c4a80..60a1870 100644 --- a/src/views/recruitment/card/ListView.vue +++ b/src/views/recruitment/card/ListView.vue @@ -28,23 +28,24 @@ - -