refactor: Modify the display and interaction related to worklist.

This commit is contained in:
sunwen
2024-09-06 17:29:25 +08:00
parent c6c3d81ecf
commit b60c4a8be9
60 changed files with 3336 additions and 1512 deletions

View File

@@ -172,6 +172,18 @@ QTableView {
margin: 5 0 5 5;
}
QTreeView {
border: none;
alternate-background-color: #595959;
selection-color: #fcfcfc;
selection-background-color: #0078d8;
margin: 5 0 5 5;
}
QTreeView::item {
height: 38px;
}
QListView {
border: none;
margin: 5px;
@@ -846,10 +858,6 @@ QToolButton#mppsSettingsButton{
text-align: center;
}
QPushButton#cechoButton{
background: #365880;
}
/*------AccountTableForm-----------------------------------------------------*/
QWidget#commandWidgetnoBBorder {
min-height: 123px;