perf: chart侧滑新增panel选项等

1.chart侧滑新增panel选项
2.project-queryendpoint样式调整
This commit is contained in:
陈劲松
2020-02-06 18:50:40 +08:00
parent 400370de2d
commit b014b70dbb
10 changed files with 200 additions and 97 deletions

View File

@@ -95,7 +95,7 @@
if (response.code === 200) {
this.esc();
this.$message({duration: 1000, type: 'success', message: this.$t("tip.saveSuccess")});
this.$emit("reload");
this.$emit("reload", this.panel.name);
} else {
this.$message.error(response.msg);
}
@@ -125,6 +125,6 @@
<style scoped>
.z-top{
z-index: 50;
z-index: 51 !important;
}
</style>