From c7d24c341d275586eee4d038f435d05262c191e6 Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 26 Mar 2021 12:14:18 +0800 Subject: [PATCH] style(frontend): css fix --- frontend/src/styles/reset.css | 4 ++-- .../src/views/chart/components/ChartComponent.vue | 4 ++-- .../component-style/BackgroundColorSelector.vue | 2 +- .../components/component-style/LegendSelector.vue | 2 +- .../components/component-style/TitleSelector.vue | 2 +- .../components/component-style/XAxisSelector.vue | 2 +- .../components/component-style/YAxisSelector.vue | 2 +- .../chart/components/filter/QuotaFilterEditor.vue | 2 +- .../chart/components/shape-attr/ColorSelector.vue | 2 +- .../chart/components/shape-attr/LabelSelector.vue | 2 +- .../chart/components/shape-attr/SizeSelector.vue | 2 +- .../components/shape-attr/TooltipSelector.vue | 2 +- frontend/src/views/chart/view/ChartEdit.vue | 14 +++++++++----- frontend/src/views/dataset/add/AddSQL.vue | 2 +- frontend/src/views/dataset/data/UpdateInfo.vue | 8 ++++---- 15 files changed, 28 insertions(+), 24 deletions(-) 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 { } -