fix: tailwindcss style

This commit is contained in:
xingyu4j
2025-11-27 11:05:04 +08:00
parent 8e2c85770c
commit 1a18c5c771

View File

@@ -246,7 +246,7 @@ onMounted(async () => {
<span class="text-gray-500">编号{{ id || '-' }}</span> <span class="text-gray-500">编号{{ id || '-' }}</span>
<IconifyIcon <IconifyIcon
icon="lucide:printer" icon="lucide:printer"
class="hover:text-primary cursor-pointer" class="cursor-pointer hover:text-primary"
@click="handlePrint" @click="handlePrint"
/> />
</div> </div>