From ecfcedce4b230aace7d9f8f7f6396beec4cf6dcc Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Thu, 23 Oct 2025 01:10:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/recruitment/card/LaborSystemTwo.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/recruitment/card/LaborSystemTwo.vue b/src/views/recruitment/card/LaborSystemTwo.vue index 2be05d0..25d50a0 100644 --- a/src/views/recruitment/card/LaborSystemTwo.vue +++ b/src/views/recruitment/card/LaborSystemTwo.vue @@ -64,21 +64,21 @@ let option = { fontWeight: "bold" }, itemStyle: { - color: "rgba(5,75,189,0.85)", - borderColor: "#61CFF8", + color: "rgba(27, 129, 150, 0.7)", + borderColor: "#61cfff", borderWidth: 2, opacity: 0.95 }, emphasis: { - itemStyle: { color: "rgba(60,140,255,0.9)" }, - label: { color: "#ffff00" } - }, + itemStyle: { color: "rgba(27, 129, 150, 0.8)" }, + label: { color: "#ffff00" } + }, light: { - main: { intensity: 1.6, shadow: true, shadowQuality: "high" }, + main: { intensity: 1.6, shadow: true, shadowQuality: "high", alpha: 35, beta: 15 }, ambient: { intensity: 0.35 } }, shading: "lambert", - viewControl: { distance: 110, alpha: 45, beta: 15 }, + viewControl: { distance: 110, alpha: 45, beta: 10 }, groundPlane: { show: false }, postEffect: { enable: true, bloom: { enable: true, bloomIntensity: 0.25 } } }, From fc072060ed2f7ab3f88d8ca96b3ba0a3d4c6cde1 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Thu, 23 Oct 2025 01:16:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/recruitment/card/LaborSystemTwo.vue | 50 ++++++++----------- 1 file changed, 22 insertions(+), 28 deletions(-) diff --git a/src/views/recruitment/card/LaborSystemTwo.vue b/src/views/recruitment/card/LaborSystemTwo.vue index 25d50a0..30a9983 100644 --- a/src/views/recruitment/card/LaborSystemTwo.vue +++ b/src/views/recruitment/card/LaborSystemTwo.vue @@ -19,26 +19,20 @@ let map = ref(); // 注册崇州地图 echarts.registerMap("sichuan", sichuanJSON); const initialPoints = [ - { - name: "绵阳", - value: [104.684185, 31.473263, 0], - count: 0 - }, - { - name: "崇州", - value: [103.68055, 30.634619, 0], - count: 0 - }, - { - name: "武侯", - value: [104.04777, 30.648289, 0], - count: 0 - }, - { - name: "成华", - value: [104.108719, 30.665854, 0], - count: 0 - } + { name: "攀枝花", value: [101.718, 26.582, 0], count: 0 }, + { name: "雅安", value: [103.009, 29.988, 0], count: 0 }, + { name: "眉山", value: [103.848, 30.082, 0], count: 0 }, + { name: "自贡", value: [104.777, 29.350, 0], count: 0 }, + { name: "泸州", value: [105.442, 28.871, 0], count: 0 }, + { name: "资阳", value: [104.628, 30.122, 0], count: 0 }, + { name: "遂宁", value: [105.576, 30.523, 0], count: 0 }, + { name: "广安", value: [106.636, 30.463, 0], count: 0 }, + { name: "德阳", value: [104.399, 31.130, 0], count: 0 }, + { name: "绵阳", value: [104.684185, 31.473263, 0], count: 0 }, + { name: "广元", value: [105.834, 32.435, 0], count: 0 }, + { name: "巴中", value: [106.753, 31.857, 0], count: 0 }, + { name: "达州", value: [107.467, 31.209, 0], count: 0 }, + { name: "南充", value: [106.110, 30.837, 0], count: 0 } ]; // 地图参数设置 let option = { @@ -64,15 +58,15 @@ let option = { fontWeight: "bold" }, itemStyle: { - color: "rgba(27, 129, 150, 0.7)", - borderColor: "#61cfff", - borderWidth: 2, - opacity: 0.95 - }, - emphasis: { - itemStyle: { color: "rgba(27, 129, 150, 0.8)" }, - label: { color: "#ffff00" } + color: "rgba(27, 129, 150, 0.4)", + borderColor: "#61cfff", + borderWidth: 2, + opacity: 0.75 }, + emphasis: { + itemStyle: { color: "rgba(27, 129, 150, 0.65)", opacity: 0.85 }, + label: { color: "#ffff00" } + }, light: { main: { intensity: 1.6, shadow: true, shadowQuality: "high", alpha: 35, beta: 15 }, ambient: { intensity: 0.35 }