|
|
|
@ -64,7 +64,7 @@ QTabBar#varManageTabBar::tab{
|
|
|
|
|
|
|
|
|
|
font-family: ".SFNSDisplay-Medium";
|
|
|
|
|
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
|
|
width: 160px;
|
|
|
|
|
|
|
|
|
@ -577,35 +577,28 @@ QTableView#userView::item{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QHeaderView::section{
|
|
|
|
|
QHeaderView::section {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QHeaderView::section{
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
|
|
font-size: 23px;
|
|
|
|
|
|
|
|
|
|
font-family: "PingFangSC-Regular";
|
|
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
|
|
text-align:center;
|
|
|
|
|
|
|
|
|
|
height:35px;
|
|
|
|
|
|
|
|
|
|
background-color: #666666;
|
|
|
|
|
|
|
|
|
|
border-color: #D8D8D8;
|
|
|
|
|
|
|
|
|
|
/*border: none;*/
|
|
|
|
|
|
|
|
|
|
/*outline:none*/
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QHeaderView#paramHeader::section{
|
|
|
|
|
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
|
|
font-size: 23px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
|
|
font-family: "PingFangSC-Regular";
|
|
|
|
|
|
|
|
|
@ -788,7 +781,7 @@ QComboBox#TcRtdTypeBox,QComboBox#ModbusTypeBox {
|
|
|
|
|
|
|
|
|
|
height: 40px;
|
|
|
|
|
|
|
|
|
|
font: 18px "PingFangSC-Regular";
|
|
|
|
|
font: 15px "PingFangSC-Regular";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -932,7 +925,7 @@ QGroupBox#trendVariableListGroup::title {
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QGroupBox#trendTimeGroupBox, QGroupBox#trendButtonGroupBox {
|
|
|
|
|
QGroupBox#trendTimeGroupBox, QGroupBox#trendButtonGroupBox, QGroupBox#trendInfoGroup {
|
|
|
|
|
font: bold 14px "PingFangSC-Medium";
|
|
|
|
|
color: #555555;
|
|
|
|
|
border: 1px solid #D0D0D0;
|
|
|
|
@ -1166,3 +1159,7 @@ QGroupBox#trendTimeGroupBox, QGroupBox#trendButtonGroupBox, QGroupBox#trendInfoG
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QHeaderView::section {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|