diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue
index f11063b23d..1bd61cf2dd 100644
--- a/core/core-frontend/src/components/dashboard/DbToolbar.vue
+++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue
@@ -764,7 +764,9 @@ const initOpenHandler = newWindow => {
margin-left: 10px;
}
.drop-style {
- width: 120px;
+ :deep(.ed-dropdown-menu__item) {
+ padding: 5px 12px !important;
+ }
:deep(.ed-dropdown-menu__item:not(.is_disabled):focus) {
color: inherit;
background-color: rgba(31, 35, 41, 0.1);
diff --git a/core/core-frontend/src/custom-component/v-query/QueryCascade.vue b/core/core-frontend/src/custom-component/v-query/QueryCascade.vue
index 75b5078b43..d71cc277d8 100644
--- a/core/core-frontend/src/custom-component/v-query/QueryCascade.vue
+++ b/core/core-frontend/src/custom-component/v-query/QueryCascade.vue
@@ -208,7 +208,7 @@ defineExpose({
{{ t('v_query.condition_cascade_configuration')
- }}{{ t('v_query.not_reverse_cascade') }}
+ }}{{ t('v_query.not_reverse_cascade') }}
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 8da1f8e79a..1d7f059a8d 100644
--- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue
+++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue
@@ -2718,7 +2718,9 @@ defineExpose({
-
{{ t('v_query.of_option_values') }}
+
+ {{ t('v_query.of_option_values') }}
+
{{ t('login.default_login') }}
@@ -2807,7 +2809,9 @@ defineExpose({
class="list-item top-item"
v-if="!['1', '7', '8', '9', '22'].includes(curComponent.displayType)"
>
- {{ t('v_query.option_value_source') }}
+
+ {{ t('v_query.option_value_source') }}
+
-
+
{{ t('v_query.of_option_values') }}
@@ -3136,7 +3144,9 @@ defineExpose({
-
{{ t('v_query.condition_type') }}
+
+ {{ t('v_query.condition_type') }}
+
diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue
index 933715bb2d..c44bd5dece 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue
@@ -588,11 +588,12 @@ initParams()
-
-
+
+
{{ t('commons.clear') }}
-
+
+
{{ t('commons.adv_search.reset') }}
diff --git a/core/core-frontend/src/views/copilot/index.vue b/core/core-frontend/src/views/copilot/index.vue
index 49e6cf3294..8241342e49 100644
--- a/core/core-frontend/src/views/copilot/index.vue
+++ b/core/core-frontend/src/views/copilot/index.vue
@@ -312,9 +312,7 @@ const queryAnswer = (event?: KeyboardEvent) => {
-
+
{{ $t('chart.dimension') }}
@@ -589,6 +587,7 @@ const queryAnswer = (event?: KeyboardEvent) => {
.field-q {
position: relative;
height: 49px;
+ padding-left: 8px;
&.open {
max-height: 50%;
@@ -612,6 +611,7 @@ const queryAnswer = (event?: KeyboardEvent) => {
.expand {
font-size: 10px;
+ color: #646a73;
}
&.expanded {
diff --git a/core/core-frontend/src/views/data-visualization/PreviewHead.vue b/core/core-frontend/src/views/data-visualization/PreviewHead.vue
index 3c8dd436ad..b19832fc76 100644
--- a/core/core-frontend/src/views/data-visualization/PreviewHead.vue
+++ b/core/core-frontend/src/views/data-visualization/PreviewHead.vue
@@ -174,37 +174,34 @@ const initOpenHandler = newWindow => {
{{ t('visualization.edit') }}
-
+
-
+
{{ t('visualization.refresh_data') }}
- PDF
- {{ t('visualization.style_template') }}
- {{
+ PDF
+ {{
+ t('visualization.style_template')
+ }}
+ {{
t('visualization.apply_template')
}}
{{
@@ -222,6 +219,19 @@ const initOpenHandler = newWindow => {