fix: tailwindcss style
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user