From e538e182fadbc799c91bba8488409c3369ee65ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:44:19 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=20(#17910)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/user-view/Component.vue | 5 ++--- .../editor/editor-style/components/TooltipSelector.vue | 4 ++-- core/core-frontend/src/views/template-market/index.vue | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/core/core-frontend/src/custom-component/user-view/Component.vue b/core/core-frontend/src/custom-component/user-view/Component.vue index 4b067a553e..19339a4945 100644 --- a/core/core-frontend/src/custom-component/user-view/Component.vue +++ b/core/core-frontend/src/custom-component/user-view/Component.vue @@ -14,9 +14,8 @@ const props = defineProps({ default: false }, propValue: { - type: String, - required: true, - default: '' + type: Object, + required: true }, element: { type: Object, diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue index e7f286d4bc..b5da9378d3 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue @@ -991,7 +991,7 @@ onMounted(() => { style="width: 100%" :effect="themes" controls-position="right" - precision="0" + :precision="0" :min="1" :max="600" :disabled="!state.tooltipForm.carousel.enable" @@ -1010,7 +1010,7 @@ onMounted(() => { style="width: 100%" :effect="themes" controls-position="right" - precision="0" + :precision="0" :min="1" :max="600" :disabled="!state.tooltipForm.carousel.enable" diff --git a/core/core-frontend/src/views/template-market/index.vue b/core/core-frontend/src/views/template-market/index.vue index a4fcfadae0..ebee71d829 100644 --- a/core/core-frontend/src/views/template-market/index.vue +++ b/core/core-frontend/src/views/template-market/index.vue @@ -13,7 +13,7 @@ @templateApply="templateApply" /> - +