From 76c7f066f1edcb3e292e6b17a07808460834801c Mon Sep 17 00:00:00 2001 From: zhanghongyuan Date: Wed, 8 Apr 2026 17:37:01 +0800 Subject: [PATCH] style(hotspot): optimize hotspot dialog UI appearance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit change save button to recommended button style for better visual consistency. 添加透明背景并将保存按钮改为推荐按钮样式。 Log: 优化热点对话框UI PMS: BUG-316567 Influence: 热点对话框界面更加美观统一,提升用户体验。 --- dcc-network/qml/PageHotspot.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcc-network/qml/PageHotspot.qml b/dcc-network/qml/PageHotspot.qml index d4766768..6bcb2c59 100644 --- a/dcc-network/qml/PageHotspot.qml +++ b/dcc-network/qml/PageHotspot.qml @@ -341,7 +341,7 @@ DccObject { color: this.palette.button } - D.Button { + D.RecommandButton { Layout.fillWidth: true // contentItem: D.IconLabel { text: qsTr("Save")