'update'
This commit is contained in:
@@ -70,7 +70,7 @@ class IBookExportApp(CoverMixin, FinishedBooksMixin, QWidget):
|
||||
total_books = len(self.sorted_assetids)
|
||||
if hasattr(self, 'label') and isinstance(self.label, QLabel):
|
||||
self.label.setText(f"请选择要导出的书籍【{total_books}本】:")
|
||||
self.label.setStyleSheet("QLabel { background-color: #4c221b; color: #ffffff; font-family: 'STHeiti, Heiti SC, SimHei'; font-weight: bold; padding:4px 6px; border-radius:4px; }")
|
||||
self.label.setStyleSheet("QLabel { background-color: #4c221b; color: #ffffff; font-weight: bold; padding:4px 6px; border-radius:4px; }")
|
||||
except Exception as _e_lbl:
|
||||
print('信息: 设置导出提示标签样式失败:', _e_lbl)
|
||||
# 调整导出 & 配置按钮为同一行 + 圆角胶囊风格
|
||||
|
||||
Reference in New Issue
Block a user