Skip to content

Commit bf68a6e

Browse files
committed
feat(ui): 更新任务执行顺序界面UI样式和图片
Signed-off-by: LiggMax <wenzhouli06@gmail.com>
1 parent 90870fd commit bf68a6e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

FBver/FB_lists.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
import os
32
import sys
43

@@ -584,7 +583,7 @@ def initUI(self):
584583
title_bar = QWidget()
585584
title_bar.setFixedHeight(50)
586585
title_bar.setStyleSheet("""
587-
background-color: #e6f0ff;
586+
background-color: #e8f4f5;
588587
border-top-left-radius: 5px;
589588
border-top-right-radius: 5px;
590589
""")
@@ -593,7 +592,7 @@ def initUI(self):
593592

594593
self.title_label = QLabel("任務執行順序")
595594
self.title_label.setStyleSheet("color: #88c5ec;")
596-
self.title_label.setFont(QFont("微軟雅黑", 10, QFont.Bold))
595+
self.title_label.setFont(QFont("微軟雅黑", 13, QFont.Bold))
597596
title_bar_layout.addWidget(self.title_label)
598597
title_bar_layout.addStretch(1)
599598

0 commit comments

Comments
 (0)