fix: tailwindcss style
parent
8e2c85770c
commit
1a18c5c771
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue