mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 06:39:01 +08:00
docs: 添加图标使用文档外链
This commit is contained in:
parent
0c0e7a465b
commit
491237919a
@ -9,9 +9,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<CommonPage show-footer>
|
<CommonPage show-footer>
|
||||||
<template #title-suffix>
|
<template #title-suffix>
|
||||||
<n-tag class="ml-12" type="primary">
|
<n-tooltip
|
||||||
feather图标集 + isme自定义图标
|
placement="bottom"
|
||||||
</n-tag>
|
trigger="hover"
|
||||||
|
>
|
||||||
|
<template #trigger>
|
||||||
|
<a href="https://juejin.cn/post/7394789388154241033" target="_blank" class="ml-12 flex cursor-pointer items-center hover:underline">
|
||||||
|
<i class="i-simple-icons:juejin text-#1E80FF" />
|
||||||
|
<span class="ml-4">Unocss 图标</span>
|
||||||
|
</a>
|
||||||
|
</template>
|
||||||
|
点击查看如何使用 Unocss 图标
|
||||||
|
</n-tooltip>
|
||||||
</template>
|
</template>
|
||||||
<ul class="grid grid-cols-[repeat(auto-fill,minmax(160px,1fr))] justify-items-center gap-16">
|
<ul class="grid grid-cols-[repeat(auto-fill,minmax(160px,1fr))] justify-items-center gap-16">
|
||||||
<li
|
<li
|
||||||
|
Loading…
x
Reference in New Issue
Block a user