diff --git a/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js b/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js
index 01857791..b5d6319e 100644
--- a/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js
+++ b/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js
@@ -132,7 +132,14 @@ function Leftbottom(props) {
// };
const option = {
tooltip: {
- trigger: "item",
+ show: true,
+ trigger: 'item',
+ position: 'right',
+ backgroundColor: 'rgba(0,0,0,0.7)',
+ textStyle: {
+ color: '#fff',
+ },
+ formatter: (values) => `${values.seriesName}
${values.marker} ${values.name}${values.value}公里`,
},
// title: {
// text:total,//主标题文本
diff --git a/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js b/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
index d18477ed..cfa0348b 100644
--- a/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
+++ b/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
@@ -47,7 +47,14 @@ function Rightbottom(props) {
var titleNum = 15
const option = {
tooltip: {
- trigger: "item",
+ show: true,
+ trigger: 'item',
+ position: 'right',
+ backgroundColor: 'rgba(0,0,0,0.7)',
+ textStyle: {
+ color: '#fff',
+ },
+ formatter: (values) => `${values.seriesName}
${values.marker} ${values.name}${values.value}公里`,
},
legend: {
orient: "vertical",
diff --git a/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js b/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js
index e5cbeb9c..c7a497ab 100644
--- a/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js
+++ b/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js
@@ -83,7 +83,7 @@ const RNAKS = [FIRST, SECOND, THIRD]