-
+
-
+
-
+
diff --git a/frontend/src/views/chart/components/shape-attr/LabelSelector.vue b/frontend/src/views/chart/components/shape-attr/LabelSelector.vue
index 7695ef9779..52e9132019 100644
--- a/frontend/src/views/chart/components/shape-attr/LabelSelector.vue
+++ b/frontend/src/views/chart/components/shape-attr/LabelSelector.vue
@@ -21,7 +21,7 @@
-
+
@@ -54,7 +54,7 @@
-
+
diff --git a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue
index e4f8812044..27de7c081f 100644
--- a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue
+++ b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue
@@ -121,14 +121,6 @@
-
- {{ $t('chart.show') }}
-
-
-
-
-
-
{{ $t('chart.show') }}
@@ -137,6 +129,14 @@
+
+ {{ $t('chart.show') }}
+
+
+
+
+
+
diff --git a/frontend/src/views/chart/components/shape-attr/TooltipSelector.vue b/frontend/src/views/chart/components/shape-attr/TooltipSelector.vue
index 575be0d1e4..78133fcc37 100644
--- a/frontend/src/views/chart/components/shape-attr/TooltipSelector.vue
+++ b/frontend/src/views/chart/components/shape-attr/TooltipSelector.vue
@@ -24,7 +24,7 @@
-
+
diff --git a/frontend/src/views/chart/group/Group.vue b/frontend/src/views/chart/group/Group.vue
index cb401db247..0013a5df9e 100644
--- a/frontend/src/views/chart/group/Group.vue
+++ b/frontend/src/views/chart/group/Group.vue
@@ -257,13 +257,13 @@
@@ -1045,10 +1045,12 @@ export default {
text-overflow: ellipsis;
}
.father .child {
- display: none;
+ /*display: none;*/
+ visibility: hidden;
}
.father:hover .child {
- display: inline;
+ /*display: inline;*/
+ visibility: visible;
}
.tree-style {
padding: 10px 15px;
diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue
index a0f28d62b4..be0025150f 100644
--- a/frontend/src/views/chart/view/ChartEdit.vue
+++ b/frontend/src/views/chart/view/ChartEdit.vue
@@ -398,13 +398,13 @@
{{ $t('chart.change_ds_tip') }}
@@ -416,11 +416,11 @@
diff --git a/frontend/src/views/dataset/common/DatasetGroupSelectorTree.vue b/frontend/src/views/dataset/common/DatasetGroupSelectorTree.vue
index 18e859b0fe..3664bce2b2 100644
--- a/frontend/src/views/dataset/common/DatasetGroupSelectorTree.vue
+++ b/frontend/src/views/dataset/common/DatasetGroupSelectorTree.vue
@@ -68,7 +68,6 @@