From 9e9f0ae1bb2ac121ff5c8046741e88c2bbf153da Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 8 May 2025 10:22:43 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"revert:=20UI=E5=BA=93=E5=8D=87?= =?UTF-8?q?=E7=BA=A7"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 348f1dced6b512a0cc84616c4e63a34194b2fb86. --- core/core-frontend/package.json | 2 +- .../src/components/cron/src/Cron.vue | 8 +-- .../ComponentColorSelector.vue | 3 +- .../FilterStyleSimpleSelector.vue | 2 +- .../dashboard-style/OverallSetting.vue | 8 +-- .../dashboard-style/SeniorStyleSetting.vue | 2 + .../dashboard-style/ViewSimpleTitle.vue | 1 + .../data-visualization/CanvasAttr.vue | 7 +- .../data-visualization/ComponentToolBar.vue | 4 ++ .../components/grid-table/src/GridTable.vue | 1 - .../visualization/CanvasBaseSetting.vue | 2 +- .../components/visualization/DvSidebar.vue | 4 +- .../common/ComponentPosition.vue | 2 +- .../BackgroundOverallCommon.vue | 7 +- .../component-background/CanvasBackground.vue | 2 +- .../common/CommonBorderSetting.vue | 2 +- .../v-query/QueryConditionConfiguration.vue | 2 +- .../custom-component/v-query/TextSearch.vue | 3 +- .../src/layout/components/Header.vue | 60 ++--------------- .../src/layout/components/HeaderMenuItem.vue | 7 +- core/core-frontend/src/style/index.less | 13 ---- core/core-frontend/src/style/mixin.less | 2 +- .../editor/editor-style/VQueryChartStyle.vue | 19 +++++- .../components/BasicStyleSelector.vue | 4 +- .../components/CustomColorStyleSelect.vue | 7 +- .../components/DualBasicStyleSelector.vue | 4 +- .../components/GradientColorSelector.vue | 2 +- .../components/IndicatorNameSelector.vue | 1 + .../components/IndicatorValueSelector.vue | 1 + .../editor-style/components/LabelSelector.vue | 1 + .../components/LegendSelector.vue | 1 + .../editor-style/components/MiscSelector.vue | 2 +- .../components/MiscStyleSelector.vue | 2 +- .../components/SummarySelector.vue | 1 + .../components/SymbolicStyleSelector.vue | 4 +- .../editor-style/components/TitleSelector.vue | 3 +- .../components/TooltipSelector.vue | 1 + .../components/table/TableCellSelector.vue | 2 +- .../components/table/TableHeaderSelector.vue | 1 + .../components/table/TableTotalSelector.vue | 2 +- .../views/chart/components/editor/index.vue | 65 ++----------------- .../views/visualized/data/dataset/index.vue | 2 - 42 files changed, 82 insertions(+), 187 deletions(-) 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 @@