tooltip
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user