mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-09-30 03:10:37 +08:00
bug fiexd: GlobalSearch组件布丁(暂时以默认icon代替搜索结果图标)
This commit is contained in:
parent
a010bd1793
commit
936ddf3c14
@ -167,11 +167,7 @@ const GlobalSeach = defineComponent({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class="content-item-icon">
|
<div class="content-item-icon">
|
||||||
{curr?.meta?.icon ? (
|
<RayIcon name="table" size="24" />
|
||||||
<RayIcon name={curr.meta.icon} size="24" />
|
|
||||||
) : (
|
|
||||||
<RayIcon name="table" size="24" />
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="content-item-label">
|
<div class="content-item-label">
|
||||||
{curr.breadcrumbLabel}
|
{curr.breadcrumbLabel}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user