This commit is contained in:
2025-05-12 09:25:20 +08:00
parent ba01b8fc6d
commit f7d61bddec
3 changed files with 226 additions and 133 deletions

View File

@@ -22,8 +22,8 @@ QLabel#mainTitleLabel {
/* ==================== DNA预览按钮样式 ==================== */
QPushButton.dna-preview-button {
background-color: #2D2D30;
border: 1px solid #3E3E42;
background-color: #333333;
border: 1px solid #444444;
border-radius: 8px;
padding: 0;
margin: 4px;
@@ -42,7 +42,8 @@ QPushButton.dna-preview-button:pressed {
QPushButton.dna-preview-button QLabel {
color: #FFFFFF;
font-size: 11px;
font-size: 10px;
font-weight: bold;
border-radius: 0;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;