Skip to content

Commit 6bac9e0

Browse files
committed
feat(module:search): add search tip
1 parent 5ba7182 commit 6bac9e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/widget/common-widget/search-route/search-route.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
<div class="m-t-15">
1010
<ng-template #noResult>
11-
<nz-empty nzNotFoundImage="simple"></nz-empty>
11+
<nz-empty [nzNotFoundContent]="contentTpl">
12+
<ng-template #contentTpl>
13+
<span>请输入菜单名称进行搜索</span>
14+
</ng-template>
15+
</nz-empty>
1216
</ng-template>
1317
<ul *ngIf="resultListShow.length > 0; else noResult">
1418
<li

0 commit comments

Comments
 (0)