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..d4a1a1ffe7 100644 --- a/core/core-frontend/src/components/cron/src/Cron.vue +++ b/core/core-frontend/src/components/cron/src/Cron.vue @@ -121,7 +121,6 @@ const emits = defineEmits(['update:modelValue'])
@@ -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 @@