diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 8c342e7d0e..897dba7204 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -79,16 +79,25 @@
- - - - - - - - - - + +
+ + + + + +
+
+ + + + + +
@@ -512,4 +521,9 @@ export default { .attr-selector{ margin: 2px 0; } + + .disabled-none-cursor{ + cursor: not-allowed; + pointer-events:none; + }