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] =?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 } } },