16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
|
|
PivotInterface QLabel,
|
||
|
|
TabInterface QLabel {
|
||
|
|
padding-left: 10px;
|
||
|
|
font: 14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
#controlPanel BodyLabel {
|
||
|
|
padding-left: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#controlPanel {
|
||
|
|
background-color: white;
|
||
|
|
border-left: 1px solid rgb(229, 229, 229);
|
||
|
|
border-top-right-radius: 10px;
|
||
|
|
}
|