diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue
index f0d6cf18f2..a3b688508d 100644
--- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue
+++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue
@@ -2576,531 +2576,540 @@ defineExpose({
class="condition-configuration"
:class="curComponent.auto && 'condition-configuration_hide'"
>
-
-
- {{ t('v_query.query_condition_configuration') }}
-
-
-
-
-
{{ t('v_query.display_type') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ t('v_query.of_option_values') }}
-
-
- {{ t('login.default_login') }}
- {{ t('chart.result_mode_all') }}
-
-
-
-
-
- {{ t('v_query.tree_structure_design') }}
-
-
-
-
-
-
-
-
-
- {{ t('visualization.level') }}{{ indexCascade[index + 1] }}
-
-
- {{ ele.name }}
-
-
-
-
-
-
- {{ t('v_query.the_tree_structure') }}
-
-
-
-
-
-
{{ t('v_query.time_granularity') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ t('v_query.query_condition_configuration') }}
+
-
{{ t('v_query.option_value_source') }}
-
+
+
{{ t('v_query.display_type') }}
-
- {{
- t('chart.margin_model_auto')
- }}
- {{ t('chart.select_dataset') }}
- {{ t('v_query.manual_input') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ t('v_query.of_option_values') }}
+
+
+ {{ t('login.default_login') }}
+ {{ t('chart.result_mode_all') }}
-
-
-
+
+
+ {{ t('v_query.tree_structure_design') }}
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- {{ node.label }}
-
-
-
-
-
-
{{ t('v_query.query_field') }}
-
-
-
-
-
-
- {{ t('visualization.level') }}{{ indexCascade[index + 1] }}
-
-
-
-
-
- {{ ele.name }}
-
-
-
+
+
+ {{ ele.name }}
+
+
+
+
+
+
+ {{ t('v_query.the_tree_structure') }}
+
+
+
+
+
+
{{ t('v_query.time_granularity') }}
+
+
+
+
+
+
+
-
-
-
{{ t('v_query.display_field') }}
+
+
-
-
-
-
-
-
-
-
-
-
- {{ ele.name }}
-
-
-
+ v-for="ele in timeParameterList"
+ :key="ele.value"
+ :label="ele.label"
+ :value="ele.value"
+ />
-
+
+
+
+
+
{{ t('v_query.option_value_source') }}
+
- {{ t('chart.total_sort_field') }}
-
-
-
-
-
-
- {{
+ t('chart.margin_model_auto')
+ }}
+ {{ t('chart.select_dataset') }}
+ {{ t('v_query.manual_input') }}
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+ {{ node.label }}
+
+
+
+
+
+ {{ t('v_query.query_field') }}
+
+
-
- {{ ele.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ t('common.edit') }}
-
-
-
-
-
{{ t('v_query.condition_type') }}
-
-
-
- {{ t('v_query.single_condition') }}
- {{
- t('v_query.with_condition')
- }}
- {{
- t('v_query.or_condition')
- }}
+
+ {{ t('v_query.of_option_values') }}
+
+
+
+ {{ t('chart.default') }}
+ {{ t('data_set.all') }}
+
+
{{ t('v_query.condition_type') }}
+
+
+
+ {{ t('v_query.single_condition') }}
+ {{
+ t('v_query.with_condition')
+ }}
+ {{
+ t('v_query.or_condition')
+ }}
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -3382,11 +3391,14 @@ defineExpose({
}
.condition-configuration {
- padding: 16px;
border-left: 1px solid #dee0e3;
width: 467px;
position: relative;
- overflow-y: auto;
+ overflow: hidden;
+
+ .ed-scrollbar {
+ padding: 16px;
+ }
&.condition-configuration_hide {
overflow: hidden;