123456789101112131415161718192021 |
- CfgWidgetManage>QWidget#widget_2
- {
- border-right:1px solid #dcdfe3;
- }
- CfgWidgetManage QPushButton#stepBtn
- {
- font-size: 16px;
- font-family: Microsoft YaHei;
- min-height:40px;
- max-height:40px;
- min-width:372px;
- max-width:372px;
- border-radius:4px;
- }
- CfgWidgetManage >.QWidget
- {
- background-color: rgb(255, 255, 255);
- }
|