HM-SPMS/resource/zh/style/light/devSpePoint - 副本.qss
2026-01-06 04:47:40 +08:00

42 lines
852 B
Plaintext

QHeaderView::section{
font-size:19px;
font-family:"Microsoft YaHei";
height:50px;
background:#143f80;
color:white;
border:none;
}
QTableView{
font-size:17px;
font-family:"Microsoft YaHei";
color:#a7bee3;
alternate-background-color:rgba(20, 63, 128, 102);
background-color:rgba(20, 63, 128, 32);
qproperty-showGrid:false;
outline:0px;
}
QTableView::item{
border:none;
}
QScrollBar{
background-color: #061237;
border: none;
border-radius: 0px;
height: 20px;
width: 20px;
}
QScrollBar::handle{
border-color:#0568ce;
border-radius: 4px;
background: #0568ce;
min-width: 20px;
min-height: 20px;
}
QScrollBar::add-line, QScrollBar::sub-line,
QScrollBar::add-page, QScrollBar::sub-page {
width: 0px;
background: transparent;
}
QScrollArea{
border: none;
}