From 32699552333ddcbd7d72ffb38aa2274cc893857e Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Mon, 23 Jun 2025 18:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AFsrc/compone?= =?UTF-8?q?nts=E7=9B=AE=E5=BD=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/column-list/src/ColumnList.vue | 36 ++- .../src/components/cron/src/Cron.vue | 8 +- .../src/components/dashboard/DbCanvasAttr.vue | 1 - .../src/components/dashboard/DbToolbar.vue | 102 ++++-- .../ComponentColorSelector.vue | 35 +- .../FilterStyleSimpleSelector.vue | 4 +- .../dashboard-style/OverallSetting.vue | 75 +++-- .../dashboard-style/SeniorStyleSetting.vue | 18 +- .../dashboard-style/ViewSimpleTitle.vue | 1 + .../pre-subject/SubjectTemplateItem.vue | 1 - .../data-visualization/CanvasAttr.vue | 6 +- .../data-visualization/ComponentToolBar.vue | 18 +- .../data-visualization/DvToolbar.vue | 300 +++++++++--------- .../data-visualization/RealTimeGroup.vue | 4 +- .../data-visualization/RealTimeGroupInner.vue | 4 +- .../data-visualization/RealTimeListTree.vue | 6 +- .../data-visualization/RealTimeTab.vue | 14 +- .../data-visualization/canvas/CanvasCore.vue | 5 +- .../canvas/ComponentWrapper.vue | 145 ++++++--- .../canvas/ContextMenuDetails.vue | 121 +++---- .../data-visualization/canvas/DePreview.vue | 42 ++- .../data-visualization/canvas/Shape.vue | 72 +++-- .../src/components/de-app/AppExportForm.vue | 29 +- .../components/drawer-main/src/DrawerMain.vue | 3 +- .../empty-background/src/EmptyBackground.vue | 5 +- .../components/grid-table/src/GridTable.vue | 1 - .../handle-more/src/DvHandleMore.vue | 40 ++- .../components/handle-more/src/HandleMore.vue | 6 +- .../components/icon-group/chart-dark-list.ts | 4 +- .../src/components/icon-group/chart-list.ts | 4 +- .../components/icon-group/datasource-list.ts | 2 + .../src/components/relation-chart/index.vue | 2 +- .../rich-text/TinymacEditorAlarm.vue | 2 +- .../visualization/CanvasBaseSetting.vue | 2 +- .../visualization/CanvasCacheDialog.vue | 4 - .../components/visualization/CanvasOptBar.vue | 30 +- .../visualization/ComponentButton.vue | 1 - .../visualization/ComponentButtonLabel.vue | 4 +- .../visualization/ComponentEditBar.vue | 11 +- .../visualization/DatasetParamsComponent.vue | 4 - .../visualization/DePreviewPopDialog.vue | 22 +- .../components/visualization/DvSidebar.vue | 92 ++---- .../JumpSetOuterContentEditor.vue | 2 +- .../components/visualization/LinkJumpSet.vue | 52 +-- .../components/visualization/LinkageSet.vue | 45 ++- .../visualization/LinkageSetOption.vue | 8 +- .../visualization/OuterParamsSet.vue | 88 ++--- .../visualization/UserViewEnlarge.vue | 34 +- .../components/visualization/ViewTrackBar.vue | 30 +- .../common/ComponentPosition.vue | 4 +- .../visualization/common/DeFullscreen.vue | 54 ++-- .../visualization/common/DeUpload.vue | 2 +- .../BackgroundOverallCommon.vue | 13 +- .../component-background/CanvasBackground.vue | 2 +- .../src/components/watermark/watermark.ts | 4 +- 55 files changed, 923 insertions(+), 701 deletions(-) diff --git a/core/core-frontend/src/components/column-list/src/ColumnList.vue b/core/core-frontend/src/components/column-list/src/ColumnList.vue index 0c91e11..9b5175e 100644 --- a/core/core-frontend/src/components/column-list/src/ColumnList.vue +++ b/core/core-frontend/src/components/column-list/src/ColumnList.vue @@ -64,21 +64,23 @@ const handleCheckAllChange = (val: CheckboxValueType) => { @@ -102,5 +104,9 @@ const handleCheckAllChange = (val: CheckboxValueType) => { .ed-checkbox { width: 100%; } + .main-div-select { + max-height: 320px; + padding: 0; + } } diff --git a/core/core-frontend/src/components/cron/src/Cron.vue b/core/core-frontend/src/components/cron/src/Cron.vue index 45b9738..1b6799b 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/DbCanvasAttr.vue b/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue index 4149d9c..8d98c98 100644 --- a/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue +++ b/core/core-frontend/src/components/dashboard/DbCanvasAttr.vue @@ -185,7 +185,6 @@ const saveSelfSubject = () => { top: 4px; right: 4px; font-size: 12px; - color: #0089ff; } } diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index 6ca483e..cce6856 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -1,6 +1,6 @@ @@ -454,6 +507,15 @@ const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc && } .wrapper-outer { position: absolute; + .refresh-from-pc { + position: absolute; + right: 38px; + top: 12px; + z-index: 2; + font-size: 16px; + cursor: pointer; + color: var(--ed-color-primary); + } } .wrapper-inner { width: 100%; @@ -503,4 +565,11 @@ const showActive = computed(() => props.popActive || (dvMainStore.mobileInPc && .event-active { cursor: pointer; } + +.freeze-component { + position: fixed; + z-index: 1; + top: var(--top-show-offset) px !important; + left: var(--left-show-offset) px !important; +} diff --git a/core/core-frontend/src/components/data-visualization/canvas/ContextMenuDetails.vue b/core/core-frontend/src/components/data-visualization/canvas/ContextMenuDetails.vue index e725ddb..1fb3d02 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ContextMenuDetails.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ContextMenuDetails.vue @@ -298,64 +298,73 @@ const editQueryCriteria = () => {
  • {{ t('visualization.delete') }}
  • -
  • - {{ t('visualization.cancel_group') }} -
  • - -