+
-
- 批量标签排版印刷生成器
+
+ 标签设计生成器
{workflowStep !== 'template-design' && workflowStep !== 'print-view' && (
- 所见即所得,上传Excel批量排版生成标签
+ 所见即所得
)}
- {workflowStep === 'template-select' && hasTemplates && !isMobile && (
-
-
);
@@ -1014,8 +1044,8 @@ export default function App() {
!appliedExportData || appliedLayoutResult.selectedCount === 0 || pdfGenerating
}
className={`inline-flex items-center gap-1.5 px-3 py-1 text-[11px] font-semibold transition cursor-pointer ${appliedExportData && appliedLayoutResult.selectedCount > 0 && !pdfGenerating
- ? 'bg-[#31a8ff] hover:bg-[#2890d8] text-white'
- : 'bg-[#444] text-[#666] cursor-not-allowed'
+ ? 'bg-[#31a8ff] hover:bg-[#2890d8] text-white'
+ : 'bg-[#444] text-[#666] cursor-not-allowed'
}`}
>
{pdfGenerating ? (
diff --git a/src/index.css b/src/index.css
index 8382c71..ac4066c 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1142,6 +1142,14 @@ body,
gap: 8px !important;
}
+ .mobile-template-header.mobile-template-header-row {
+ flex-direction: row !important;
+ flex-wrap: nowrap !important;
+ align-items: center !important;
+ justify-content: space-between !important;
+ gap: 12px !important;
+ }
+
.mobile-template-header h1 span:first-child {
font-size: 12px;
}