崇州市{{ selectedPoint.name }}
@@ -162,13 +162,13 @@ let option = {
itemStyle: {
normal: {
color: "#121516",
- borderColor: "#3a6c80", // 地图区域描边颜色
- borderWidth: 1 // 地图区域描边宽度
+ borderColor: "#30DCFF", // 地图区域描边颜色
+ borderWidth: 2 // 地图区域描边宽度
},
emphasis: {
color: "#2d5565", // 鼠标悬停时的地图填充颜色
borderColor: "#30DCFF", // 地图区域描边颜色
- borderWidth: 1 // 地图区域描边宽度
+ borderWidth: 2 // 地图区域描边宽度
}
}
}
@@ -191,7 +191,7 @@ let option = {
formatter: "{b}",
position: "right", // 标签位置在右侧
color: "#fff", // 标签文字颜色
- fontSize: 14,
+ fontSize: 20,
fontWeight: "bold",
offset: [-140, 0], // 相对于原来位置的偏移量
emphasis: {
@@ -246,8 +246,8 @@ onMounted(() => {
.data-panel {
position: absolute;
- top: 20px;
- right: 300px;
+ top: 0px;
+ right: 170px;
width: 243px;
height: 146px;
background: url("~@/assets/images/largeScreen/map-tip-box.png") no-repeat;
diff --git a/src/views/threeLaborService/components/solveEmployment-bhqs.vue b/src/views/threeLaborService/components/solveEmployment-bhqs.vue
index 974b89e..1d27fad 100644
--- a/src/views/threeLaborService/components/solveEmployment-bhqs.vue
+++ b/src/views/threeLaborService/components/solveEmployment-bhqs.vue
@@ -12,7 +12,7 @@ const option = {
// 设置图形位置
grid: {
top: "50px",
- left: "60px",
+ left: "100px",
right: "40px",
bottom: "50px"
},
@@ -33,7 +33,9 @@ const option = {
color: "#CBF2FA" // 文字颜色
}
},
-
+ axisLabel: {
+ fontSize: 18 // 设置y轴字体大小
+ },
type: "category",
data: [
"1月",
@@ -64,6 +66,9 @@ const option = {
color: "#CBF2FA" // 文字颜色
}
},
+ axisLabel: {
+ fontSize: 18 // 设置y轴字体大小
+ },
type: "value"
},
series: [
@@ -72,12 +77,14 @@ const option = {
type: "line",
showBackground: true,
barWidth: 8,
- data: [70, 62, 52, 41, 56, 83, 78, 65, 39, 67, 70, 64],
+ data: [7054, 8978, 10261, 8016, 6734, 9299, 7375, 8658, 12625, 0, 0, 0],
+
// 设置柱状图的数值
label: {
show: true,
position: "top",
- color: "#30DCFF"
+ color: "#30DCFF",
+ fontSize: 20
},
itemStyle: {
//渐变色
@@ -99,12 +106,13 @@ const option = {
type: "line",
showBackground: true,
barWidth: 8,
- data: [54, 32, 45, 18, 30, 45, 34, 23, 45, 54, 32, 23],
+ data: [4370, 5513, 7059, 5244, 4168, 6589, 4773, 5984, 14300, 0, 0, 0],
// 设置柱状图的数值
label: {
show: true,
position: "top",
- color: "#CBF2FA"
+ color: "#CBF2FA",
+ fontSize: 20
},
itemStyle: {
//渐变色
diff --git a/src/views/threeLaborService/components/solveEmployment-gwxqdb.vue b/src/views/threeLaborService/components/solveEmployment-gwxqdb.vue
index 1f3cce9..04f4478 100644
--- a/src/views/threeLaborService/components/solveEmployment-gwxqdb.vue
+++ b/src/views/threeLaborService/components/solveEmployment-gwxqdb.vue
@@ -4,20 +4,20 @@
-
已满足需求岗位
- 23079.86%
+ 862735.01%
-
未满足需求岗位
- 5820.14%
+ 1601064.99%
@@ -53,8 +53,16 @@ const option = {
show: false
},
data: [
- { value: 230, name: "已满足需求岗位", itemStyle: { color: "#58A8FF" } },
- { value: 58, name: "未满足需求岗位", itemStyle: { color: "#30DCFF" } }
+ {
+ value: 8627,
+ name: "已满足需求岗位",
+ itemStyle: { color: "#58A8FF" }
+ },
+ {
+ value: 16010,
+ name: "未满足需求岗位",
+ itemStyle: { color: "#30DCFF" }
+ }
]
}
]
@@ -90,6 +98,7 @@ onMounted(() => {
text-align: center;
z-index: 10;
margin-top: -10px;
+ font-size: 20px;
}
}
ul.pieLsit {
@@ -107,6 +116,7 @@ ul.pieLsit {
border-radius: 4px 4px 4px 4px;
border: 1px solid rgba(203, 242, 250, 0.2);
margin-top: 12px;
+ font-size: 18px;
> div {
height: 100%;
line-height: 40px;
diff --git a/src/views/threeLaborService/components/solveEmployment-gwxqtj.vue b/src/views/threeLaborService/components/solveEmployment-gwxqtj.vue
index dc70bd4..66040f3 100644
--- a/src/views/threeLaborService/components/solveEmployment-gwxqtj.vue
+++ b/src/views/threeLaborService/components/solveEmployment-gwxqtj.vue
@@ -17,51 +17,56 @@ import { ref, reactive, computed, onMounted } from "vue";
const workList = ref([
{
name: "普工",
- num: 71
- },
- {
- name: "操作员",
- num: 45
+ num: 45700
},
{
name: "厨师",
- num: 36
- },
- {
- name: "保洁员",
- num: 68
- },
- {
- name: "车床技工",
- num: 154
- },
- {
- name: "电工",
- num: 28
- },
- {
- name: "焊工",
num: 34
},
{
- name: "钳工",
- num: 51
+ name: "车床技工",
+ num: 220
+ },
+ {
+ name: "焊工",
+ num: 149
},
{
name: "机修",
- num: 27
- },
- {
- name: "汽修",
- num: 49
+ num: 83
},
{
name: "车间主管",
- num: 15
+ num: 23
},
+ {
+ name: "操作员",
+ num: 670
+ },
+
+ {
+ name: "保洁员",
+ num: 123
+ },
+
+ {
+ name: "电工",
+ num: 149
+ },
+
+ {
+ name: "钳工",
+ num: 91
+ },
+
+ {
+ name: "汽修",
+ num: 60
+ },
+
{
name: "技术研发员",
- num: 82
+ num: 28
}
]);
// 生命周期钩子
@@ -85,6 +90,7 @@ ul.schoolLsit {
padding: 0 10px;
display: flex;
justify-content: space-between;
+ font-size: 18px;
&::before {
content: "";
position: absolute;
diff --git a/src/views/threeLaborService/components/solveEmployment-rcgy.vue b/src/views/threeLaborService/components/solveEmployment-rcgy.vue
index eabf52d..aa10336 100644
--- a/src/views/threeLaborService/components/solveEmployment-rcgy.vue
+++ b/src/views/threeLaborService/components/solveEmployment-rcgy.vue
@@ -33,7 +33,9 @@ const option = {
color: "#CBF2FA" // 文字颜色
}
},
-
+ axisLabel: {
+ fontSize: 18 // 设置y轴字体大小
+ },
type: "category",
data: ["成都", "德阳", "绵阳", "崇州", "广汉", "巴中", "省外"]
},
@@ -51,6 +53,9 @@ const option = {
color: "#CBF2FA" // 文字颜色
}
},
+ axisLabel: {
+ fontSize: 18 // 设置y轴字体大小
+ },
type: "value"
},
series: [
diff --git a/src/views/threeLaborService/components/statistic.vue b/src/views/threeLaborService/components/statistic.vue
index cc5af5e..f2064ab 100644
--- a/src/views/threeLaborService/components/statistic.vue
+++ b/src/views/threeLaborService/components/statistic.vue
@@ -24,11 +24,11 @@ const statisticsData = ref([
},
{
title: "服务求职者数",
- value: "20000+"
+ value: "58000"
},
{
title: "挖掘岗位数",
- value: 24637
+ value: 79000
},
{
title: "网点数",
@@ -56,7 +56,7 @@ ul.statisticsBox {
height: 38px;
line-height: 38px;
text-align: center;
- font-size: 32px;
+ font-size: 40px;
font-weight: 400;
background: -webkit-linear-gradient(#cbf2fa, #30dcff);
-webkit-background-clip: text;
@@ -68,7 +68,7 @@ ul.statisticsBox {
line-height: 19px;
text-align: center;
color: #cbf2fa;
- font-size: 16px;
+ font-size: 20px;
}
}
}