1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-22 23:50:22 +08:00

chore: update deps and lint fix

This commit is contained in:
zclzone
2025-06-19 16:11:31 +08:00
parent c925ca3e00
commit 91739a0cd5
7 changed files with 1269 additions and 1194 deletions

View File

@@ -26,7 +26,7 @@
<li
v-for="item in icons"
:key="item"
class="w-160 f-c-c flex-col cursor-pointer rounded-12 px-12 py-24 card-border auto-bg"
class="w-160 f-c-c flex-col cursor-pointer card-border rounded-12 auto-bg px-12 py-24"
@click="copy(`&lt;i class=&quot;${item}&quot; /&gt;`)"
>
<i :class="`${item}?mask`" class="text-28 text-gray-600 hover:bg-primary" />