Skip to content

Commit c7cdbab

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dcc-network/qml/PageHotspot.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ DccObject {
209209

210210
modality: Qt.ApplicationModal
211211
width: 380
212+
color: "transparent"
212213
icon: "preferences-system"
213214
onClosing: destroy()
214215
ColumnLayout {
@@ -341,7 +342,7 @@ DccObject {
341342
color: this.palette.button
342343
}
343344

344-
D.Button {
345+
D.RecommandButton {
345346
Layout.fillWidth: true
346347
// contentItem: D.IconLabel {
347348
text: qsTr("Save")

0 commit comments

Comments
 (0)