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') }} -
  • - -