diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index c74504306..7659fc27f 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -64,7 +64,7 @@ height: 100vh; top: 0; left: 0; - /*z-index: 2100;*/ + z-index: 1; } /deep/ .el-color-picker{ position: absolute; @@ -352,7 +352,7 @@ - +
@@ -1247,6 +1247,8 @@ this.$refs.alertParamBox.setData(data) }) //this.elements=[1]; + }else if(this.editChart.type==='singleStat'){ + this.setIsSingleStat(); }else{ if((this.editChart.type==='line'||this.editChart.type==='bar'||this.editChart.type==='stackArea'||this.editChart.type==='singleStat')&&data.param){ this.editChart.param.threshold=data.param.threshold;