This commit is contained in:
2025-05-11 12:30:41 +08:00
parent bdc873d295
commit eea67c91c8
3 changed files with 564 additions and 47 deletions

View File

@@ -20,6 +20,34 @@ QLabel#mainTitleLabel {
padding: 5px;
}
/* ==================== DNA预览按钮样式 ==================== */
QPushButton.dna-preview-button {
background-color: #2D2D30;
border: 1px solid #3E3E42;
border-radius: 8px;
padding: 0;
margin: 4px;
text-align: center;
}
QPushButton.dna-preview-button:hover {
border: 1px solid #007ACC;
background-color: #3E3E42;
}
QPushButton.dna-preview-button:pressed {
border: 1px solid #0062A3;
background-color: #1E1E1E;
}
QPushButton.dna-preview-button QLabel {
color: #FFFFFF;
font-size: 11px;
border-radius: 0;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
/* ==================== 标签页样式 ==================== */
QTabWidget::pane {
border: 1px solid #1E1E1E;