fix: tailwindcss style

pull/281/MERGE
xingyu4j 2025-11-27 11:05:04 +08:00
parent 8e2c85770c
commit 1a18c5c771
1 changed files with 1 additions and 1 deletions

View File

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