2025-04-16 15:01:08 +08:00
|
|
|
/*
|
2025-03-20 17:30:43 +08:00
|
|
|
QPushButton#m_ticket,
|
|
|
|
|
QPushButton#m_delete,
|
|
|
|
|
QPushButton#m_reTicket{
|
|
|
|
|
width:80px;
|
|
|
|
|
height:30px;
|
|
|
|
|
}
|
|
|
|
|
QTabWidget::pane{
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border:1px solid #0a5990;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QTableView{
|
|
|
|
|
border: 1px solid #0a5b93;
|
|
|
|
|
color: #027bb3;
|
|
|
|
|
gridline-color: #024376;
|
|
|
|
|
alternate-background-color: transparent;
|
|
|
|
|
background:#022644;
|
|
|
|
|
}
|
|
|
|
|
QTableView::item:selected{
|
|
|
|
|
background-color: #134a72;
|
|
|
|
|
color: #02efef;
|
2025-04-16 15:01:08 +08:00
|
|
|
}
|
|
|
|
|
*/
|