From dc4482dcaa7ff21d85865ffdba818d35f60fd8b6 Mon Sep 17 00:00:00 2001 From: junjie Date: Wed, 19 May 2021 15:20:48 +0800 Subject: [PATCH] feat(frontend):UI fix --- frontend/src/views/chart/view/ChartEdit.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 888759d941..b66928c81f 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -89,7 +89,7 @@ -
+
{{ $t('chart.chart_type') }}
@@ -138,7 +138,7 @@ -
+
{{ $t('chart.style_priority') }} @@ -882,6 +882,10 @@ export default { padding-left: 0; } + .attr-style{ + height: calc(100vh - 56px - 25vh - 40px - 62px - 10px); + } + .attr-selector{ width:100%; height: 32px;