Change Recon form UI

This commit is contained in:
chenhuijun
2024-04-26 13:43:44 +08:00
parent 08570fb377
commit 365bf791a2
6 changed files with 55 additions and 62 deletions

View File

@@ -704,7 +704,18 @@ QLabel#protocolPanelTitle {
color: silver
}
QLabel#parameterTitle,#protocolTitle,#patientTitle{
QLabel#parameterTitle{
background: #0078d8;
color: #fcfcfc;
min-height: 52px;
max-height: 52px;
font-size: 26px;
border-radius: 5px;
margin-top: 5px;
margin-bottom: 10px;
}
QLabel#protocolTitle,#patientTitle{
font-size: 26px;
margin: 0;
border-bottom: 1px solid silver