diff --git a/src/assets/images/home_btns_active.png b/src/assets/images/home_btns_active.png
new file mode 100644
index 0000000..d7675c9
Binary files /dev/null and b/src/assets/images/home_btns_active.png differ
diff --git a/src/views/KeyPopulations/index.vue b/src/views/KeyPopulations/index.vue
new file mode 100644
index 0000000..56afc70
--- /dev/null
+++ b/src/views/KeyPopulations/index.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/KeyPopulations/model/importantPerson.vue b/src/views/KeyPopulations/model/importantPerson.vue
new file mode 100644
index 0000000..87e0261
--- /dev/null
+++ b/src/views/KeyPopulations/model/importantPerson.vue
@@ -0,0 +1,158 @@
+
+
+
+
+ 重点人信息统计
+ {{ it }}
+
+
查看更多 》
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/KeyPopulations/model/yjclqktj.vue b/src/views/KeyPopulations/model/yjclqktj.vue
new file mode 100644
index 0000000..29cd874
--- /dev/null
+++ b/src/views/KeyPopulations/model/yjclqktj.vue
@@ -0,0 +1,91 @@
+
+
+
+ 预警处理情况统计
+ 查看更多 》
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/KeyPopulations/model/zdrqhd.vue b/src/views/KeyPopulations/model/zdrqhd.vue
new file mode 100644
index 0000000..e489ed8
--- /dev/null
+++ b/src/views/KeyPopulations/model/zdrqhd.vue
@@ -0,0 +1,56 @@
+
+
+
+
+
+
diff --git a/src/views/home/echarts/lineEcharts.vue b/src/views/home/echarts/lineEcharts.vue
index da9ba00..45d8380 100644
--- a/src/views/home/echarts/lineEcharts.vue
+++ b/src/views/home/echarts/lineEcharts.vue
@@ -25,7 +25,7 @@ function chartFn() {
grid: {
top: "8%",
right: "2%",
- left: "2%",
+ left: "10%",
bottom: "7%",
containLabel:true
},
@@ -46,15 +46,14 @@ function chartFn() {
xAxis: {
type: "category",
data:props.data.map(v=>{return v.label}),
- boundaryGap: false,
- axisTick: {
- show: false
- },
- axisLine: {
- show: false
- },
+ axisTick: { show: false },
+ axisLine: { show: false },
+ axisLabel: { color: "#fff" },
axisLabel: {
- show: false
+ show: true,
+ color: "#fff",
+ interval: 0, // 强制显示所有标签
+ // rotate: 15, // 标签旋转角度
}
},
yAxis: {
@@ -66,22 +65,16 @@ function chartFn() {
color: "rgba(14,95,255,0.5)"
}
},
- axisTick: {
- show: false
- },
- axisLine: {
- show: false
- },
- axisLabel: {
- show:false
- },
+ axisTick: { show: false },
+ axisLine: { show: false },
+ axisLabel: { color: "#fff" },
},
series: [
{
type: "line",
smooth:true,
showSymbol:false,
- data: props.data.map(v=>{return v.val}),
+ data: props.data.map(v=>{return v.value}),
areaStyle: {
normal: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
diff --git a/src/views/home/echarts/moreLineEcharts.vue b/src/views/home/echarts/moreLineEcharts.vue
index 11b1ca5..e576085 100644
--- a/src/views/home/echarts/moreLineEcharts.vue
+++ b/src/views/home/echarts/moreLineEcharts.vue
@@ -85,7 +85,6 @@ function chartFn(series) {
xAxis: {
type: "category",
data:props.data.xData,
- boundaryGap: false,
axisTick: { show: false },
axisLine: { show: false },
axisLabel: { color: "#fff" },
diff --git a/src/views/home/model/yszs.vue b/src/views/home/model/yszs.vue
index 6ab93c8..eee0535 100644
--- a/src/views/home/model/yszs.vue
+++ b/src/views/home/model/yszs.vue
@@ -4,7 +4,7 @@
![]()
{{ item.label }}
-
{{ item.value }}
+
{{ item.value }}