refactor/pure-qt-ui #3

Merged
gaozheng merged 56 commits from refactor/pure-qt-ui into main 2026-06-10 18:41:53 +08:00
1 changed files with 11 additions and 3 deletions
Showing only changes of commit a6a3979b93 - Show all commits

View File

@ -303,10 +303,18 @@ QComboBox::drop-down {
QComboBox QAbstractItemView { QComboBox QAbstractItemView {
background: #FFFFFF; background: #FFFFFF;
border: 1px solid #D5DBE5; border: 1px solid #D5DBE5;
border-radius: 6px;
selection-background-color: #DCE9F8;
selection-color: #1B3D67;
outline: none; outline: none;
padding: 2px;
}
QComboBox QAbstractItemView::item {
border: none;
padding: 6px 10px;
min-height: 20px;
color: #1F2A3D;
}
QComboBox QAbstractItemView::item:selected {
background: #EAF1FB;
color: #2D6CB5;
} }
/* ── 分组框(按需出现时也与主题一致)──────────────────────── */ /* ── 分组框(按需出现时也与主题一致)──────────────────────── */