diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 6d51067de9..ddbb0ef56a 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -15,18 +15,18 @@ - + -
+
{{ $t('chart.dimension') }} @@ -35,14 +35,14 @@
-
+
{{ $t('chart.quota') }} @@ -54,7 +54,7 @@
@@ -73,7 +73,7 @@
-
+
{{ $t('chart.chart_type') }}
@@ -172,7 +172,7 @@ - + @@ -566,7 +566,7 @@ export default { this.resetRename() }, resetRename() { - this.itemForm = {} + // this.itemForm = {} } } } @@ -595,6 +595,16 @@ export default { margin-left: 10px; } + .view-panel { + display: flex; + height: calc(100% - 40px); + } + + .drag-list { + height: calc(100% - 26px); + overflow:auto; + } + .item { padding: 2px 10px; margin: 2px 2px 0 2px; @@ -698,7 +708,8 @@ export default { } .chart-class{ - height: calc(100% - 124px); + height: calc(100% - 84px); + padding: 10px; } .dialog-css>>>.el-dialog__title {