diff --git a/src/App.tsx b/src/App.tsx index 6ef5106..d46802e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -683,14 +683,14 @@ export default function App() { setShowAddTmplForm(true)} - className="inline-flex items-center gap-1.5 px-4 py-2 bg-indigo-600 text-white rounded-xl text-xs font-semibold whitespace-nowrap transition hover:bg-indigo-700 shadow-sm cursor-pointer" + className="inline-flex items-center gap-1.5 px-4 py-2 bg-indigo-600 text-white rounded-xl text-xs font-semibold whitespace-nowrap transition hover:bg-indigo-800 shadow-sm cursor-pointer" > 新建模板 )} - - 可视化模板设计需要在电脑端操作。移动端可直接上传数据并生成 PDF。 + + 请在电脑端进行标签设计 openPrintView()} - className="inline-flex items-center gap-2 px-5 py-2.5 bg-[#31a8ff] text-white text-sm font-semibold rounded-lg cursor-pointer" + className="inline-flex items-center gap-2 px-5 py-2.5 bg-indigo-600 hover:bg-indigo-700 active:bg-indigo-800 text-white text-sm font-semibold rounded-lg cursor-pointer" > - - 去上传数据 + + 去生成标签 = ({ return ( - - + - +
- 可视化模板设计需要在电脑端操作。移动端可直接上传数据并生成 PDF。 +
+ 请在电脑端进行标签设计