修改部分ui

This commit is contained in:
shuaikangzhou 2023-12-14 23:33:04 +08:00
parent 737283528d
commit 24a99ff00d
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class Ui_Dialog(object):
Dialog.setFont(font)
Dialog.setLayoutDirection(QtCore.Qt.LeftToRight)
Dialog.setStyleSheet("QPushButton {\n"
" background-color:transparent;\n"
" background: rgb(238,244,249);\n"
"}\n"
"QPushButton:hover{\n"
" background: rgb(230, 235, 240);\n"

View File

@ -36,7 +36,6 @@ QListWidget::item{
}
/*被选中时的背景颜色和左边框颜色*/
QListWidget::item:selected {
border-bottom: 4px solid rgb(9, 187, 7);
border-left:none;
color: black;
font-weight: bold;