mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-09-29 10:20:00 +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">
|
||||
{curr?.meta?.icon ? (
|
||||
<RayIcon name={curr.meta.icon} size="24" />
|
||||
) : (
|
||||
<RayIcon name="table" size="24" />
|
||||
)}
|
||||
<RayIcon name="table" size="24" />
|
||||
</div>
|
||||
<div class="content-item-label">
|
||||
{curr.breadcrumbLabel}
|
||||
|
Loading…
x
Reference in New Issue
Block a user