diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue
index c922998b1e..6d7763c10f 100644
--- a/frontend/src/views/chart/view/ChartEdit.vue
+++ b/frontend/src/views/chart/view/ChartEdit.vue
@@ -84,64 +84,74 @@
@click="changeDs"
/>
-
- {{ $t('chart.dimension') }}
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
{{ $t('chart.quota') }}
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
+
+
+
+
+
+ {{ $t('chart.dimension') }}
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+ {{ $t('chart.quota') }}
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
{
console.log(err)
this.resetView()
@@ -2749,7 +2760,7 @@ span {
}
.field-height {
- height: calc(50% - 20px);
+ height: 100%;
border-top: 1px solid #E6E6E6;
}
@@ -2883,4 +2894,9 @@ span {
font-size: 12px;
}
+.field-split{
+ height: 700px;
+ // height: calc(100% - 40px);
+}
+