This commit is contained in:
shijingjing
2022-07-28 14:43:01 +08:00
parent 363d2fce04
commit 5befcbc4d9

View File

@@ -379,6 +379,7 @@ export default {
);
this.brokenEcharts1.setOption({
tooltip: {
show: this.filterShow == true? false: true ,
trigger: "axis",
},
grid: {
@@ -435,6 +436,7 @@ export default {
);
this.brokenEcharts2.setOption({
tooltip: {
show: this.filterShow == true? false: true,
trigger: "axis",
},
grid: {
@@ -492,6 +494,7 @@ export default {
);
this.brokenEcharts3.setOption({
tooltip: {
show: this.filterShow == true? false: true ,
trigger: "axis",
},
grid: {
@@ -773,7 +776,6 @@ export default {
.popup {
box-sizing: border-box;
z-index: 9;
.tips {
width: 80px;
height: 6px;
@@ -870,7 +872,6 @@ export default {
padding: 80px 32px 20px 32px;
box-sizing: border-box;
height: 600px;
z-index: 19;
.startTime,
.endTime {