Skip to content

Commit 76c7f06

Browse files
committed
style(hotspot): optimize hotspot dialog UI appearance
change save button to recommended button style for better visual consistency. 添加透明背景并将保存按钮改为推荐按钮样式。 Log: 优化热点对话框UI PMS: BUG-316567 Influence: 热点对话框界面更加美观统一,提升用户体验。
1 parent d1ef96d commit 76c7f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dcc-network/qml/PageHotspot.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ DccObject {
341341
color: this.palette.button
342342
}
343343

344-
D.Button {
344+
D.RecommandButton {
345345
Layout.fillWidth: true
346346
// contentItem: D.IconLabel {
347347
text: qsTr("Save")

0 commit comments

Comments
 (0)