From 450ed8fa0eac41631ad91c8a068a0b66467cdd1c Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 17 Feb 2023 14:19:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/views/home/components/leftContainer.vue | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/src/views/home/components/leftContainer.vue b/src/views/home/components/leftContainer.vue
index d12b2c3..3965429 100644
--- a/src/views/home/components/leftContainer.vue
+++ b/src/views/home/components/leftContainer.vue
@@ -421,9 +421,9 @@
x: 'center',
y: 'center',
textStyle: {
- color: "#fff",
- fontSize: fontSize(14),
+ color: '#fff',
fontWeight: 'normal',
+ fontSize: fontSize(14)
}
}
}
@@ -577,7 +577,7 @@
borderColor: 'rgba(8, 56, 185, 0.9)',
textStyle: {
color: '#fff',
- fontSize: fontSize(14)
+ fontSize: fontSize(12)
}
},
color: myColor,
@@ -679,18 +679,17 @@
borderColor: 'rgba(8, 56, 185, 0.9)',
textStyle: {
color: '#fff',
- fontSize: fontSize(14)
+ fontSize: fontSize(12)
}
},
xAxis: {
type: 'category',
data: xDate,
-
axisLabel: {
color: "#fff",
interval: 0,
rotate: 45,
- fontSize: fontSize(12)
+ fontSize: fontSize(10)
},
axisLine: {
lineStyle: {
@@ -706,7 +705,7 @@
},
axisLabel: {
color: "#fff",
- fontSize: fontSize(14)
+ fontSize: fontSize(12)
}
},
series: [
@@ -809,6 +808,7 @@
*/
initkeyPersonOption (dataArr) {
let options
+
if (dataArr.length == 0) {
options = {
title: {
@@ -816,9 +816,9 @@
x: 'center',
y: 'center',
textStyle: {
- color: "#fff",
- fontSize: fontSize(14),
+ color: '#fff',
fontWeight: 'normal',
+ fontSize: fontSize(14)
}
}
}
@@ -836,6 +836,10 @@
msg = `${params.marker} ${params.name}<strong style="margin-left:10px">${msg}</strong>`
return msg
+ },
+ textStyle: {
+ color: '#fff',
+ fontSize: fontSize(12)
}
},
legend: {
--
Gitblit v1.9.3