From 8fd23e2c683fdd77842b472ff0c5b3e5c11db78b Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 17 Jun 2025 11:22:53 +0800 Subject: [PATCH] fix: display settings button in Stack widgets (#7563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area ui /kind bug /milestone 2.21.x #### What this PR does / why we need it: Fix the issue where widgets in Stack Widgets cannot display the settings button image #### Which issue(s) this PR fixes: Fixes #7562 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note 修复堆叠部件中的部件可能无法显示设置按钮的问题。 ``` --- .../presets/core/stack/components/WidgetEditableItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/console-src/modules/dashboard/widgets/presets/core/stack/components/WidgetEditableItem.vue b/ui/console-src/modules/dashboard/widgets/presets/core/stack/components/WidgetEditableItem.vue index 201be8d33..889b44f5d 100644 --- a/ui/console-src/modules/dashboard/widgets/presets/core/stack/components/WidgetEditableItem.vue +++ b/ui/console-src/modules/dashboard/widgets/presets/core/stack/components/WidgetEditableItem.vue @@ -59,7 +59,7 @@ function handleSaveConfig(config: Record) { >