diff --git a/core/core-frontend/package.json b/core/core-frontend/package.json index 73630487c8..c52dd9c544 100644 --- a/core/core-frontend/package.json +++ b/core/core-frontend/package.json @@ -29,7 +29,7 @@ "crypto-js": "^4.1.1", "dayjs": "^1.11.9", "echarts": "^5.5.1", - "element-plus-secondary": "^0.6.8", + "element-plus-secondary": "^1.0.0", "element-resize-detector": "^1.2.4", "exceljs": "^4.4.0", "file-saver": "^2.0.5", diff --git a/core/core-frontend/src/components/cron/src/Cron.vue b/core/core-frontend/src/components/cron/src/Cron.vue index 45b9738a52..1b6799ba64 100644 --- a/core/core-frontend/src/components/cron/src/Cron.vue +++ b/core/core-frontend/src/components/cron/src/Cron.vue @@ -120,13 +120,7 @@ const emits = defineEmits(['update:modelValue']) - + diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ComponentColorSelector.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ComponentColorSelector.vue index a3e650fb9a..bdef6e56c5 100644 --- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ComponentColorSelector.vue +++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ComponentColorSelector.vue @@ -70,6 +70,7 @@ :title="t('visualization.table_color_matching')" name="table_color_matching" class="inner-collapse" + effect="dark" :class="`inner-collapse_${themes}`" >
@@ -425,7 +426,7 @@ span { max-width: 192px; } :deep(.custom-color-setting-btn) { - margin-top: 31px; + margin-top: 28px; } } diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/FilterStyleSimpleSelector.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/FilterStyleSimpleSelector.vue index e6c8fce669..fd034dd67b 100644 --- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/FilterStyleSimpleSelector.vue +++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/FilterStyleSimpleSelector.vue @@ -1,6 +1,6 @@