42 lines
852 B
Plaintext
Raw Permalink Normal View History

2024-10-30 11:54:46 +08:00
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;
}