diff --git a/frontend/src/styles/reset.css b/frontend/src/styles/reset.css index b7d5b60c81..f799db2c2f 100644 --- a/frontend/src/styles/reset.css +++ b/frontend/src/styles/reset.css @@ -32,7 +32,7 @@ li { list-style: none; } #app { - overflow: hidden; + /*overflow: hidden;*/ } .el-tabs { height: 100%; @@ -43,4 +43,4 @@ li { } .el-tabs__nav-scroll { padding-left: 20px; -} \ No newline at end of file +} diff --git a/frontend/src/views/chart/components/ChartComponent.vue b/frontend/src/views/chart/components/ChartComponent.vue index d54552337c..f0c61518a9 100644 --- a/frontend/src/views/chart/components/ChartComponent.vue +++ b/frontend/src/views/chart/components/ChartComponent.vue @@ -1,5 +1,5 @@ @@ -50,7 +50,7 @@ export default { }, methods: { drawEcharts() { - debugger + // debugger const chart = this.chart let chart_option = {} // type diff --git a/frontend/src/views/chart/components/component-style/BackgroundColorSelector.vue b/frontend/src/views/chart/components/component-style/BackgroundColorSelector.vue index 038e201afa..bd563ecc27 100644 --- a/frontend/src/views/chart/components/component-style/BackgroundColorSelector.vue +++ b/frontend/src/views/chart/components/component-style/BackgroundColorSelector.vue @@ -62,7 +62,7 @@ export default { } -