fix: typing

This commit is contained in:
2026-03-13 15:36:35 +08:00
parent c668dce348
commit 2e04934881
4 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ export function PrintPreview(props: PrintPreviewProps) {
width={`${store.state.dimensions?.cardWidth || 56}mm`}
height={`${store.state.dimensions?.cardHeight || 88}mm`}
>
<div xmlns="http://www.w3.org/1999/xhtml" class="w-full h-full bg-white">
<div class="w-full h-full bg-white" {...({ xmlns: 'http://www.w3.org/1999/xhtml' } as any)}>
<div
class="absolute"
style={{