Fix table view border bug

This commit is contained in:
Krad
2021-10-13 17:35:12 +08:00
parent 98dda5c728
commit 89e46631fa

View File

@@ -28,7 +28,7 @@ SelectFormWidget::SelectFormWidget(QWidget *parent) :
"QHeaderView::section:horizontal{border-bottom: 1px solid rgb(0,170,255);}"
"QHeaderView::section:vertical{min-height:36px;max-height:36px;}"
"QWidget#edit_patient{min-width:300px;max-width:300px;}"
"QTableWidget{border:none}"
"QTableView{border:none}"
"QTableView{alternate-background-color: #595959;selection-color:white;selection-background-color:#0078d8}"
"QToolButton#sexBtn{min-width:120px;max-width:120px;font-size:20px;padding:2px;}"
"QToolButton#sexBtn:disabled{color:silver}"