Skip to content

Commit

Permalink
fix: overview page hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed May 22, 2022
1 parent 8f10fae commit 3bb24c3
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</nz-input-group>
</header>
<!-- Fixed Group -->
<!-- <div class="group_container fixed_group_tree pt10" *ngIf="electron.isElectron">
<div class="group_container fixed_group_tree pt10" *ngIf="electron.isElectron">
<nz-tree
[nzData]="fixedTreeNode"
[nzSelectedKeys]="nzSelectedKeys"
Expand All @@ -46,7 +46,7 @@
</div>
</div>
</ng-template>
</div> -->
</div>
<div class="bbd" *ngIf="electron.isElectron"></div>
<!-- Custom Group -->
<div class="group_container group_tree pt10">
Expand Down Expand Up @@ -126,7 +126,10 @@
>
<a>复制</a>
</li>
<li nz-menu-item (click)="operateApiEvent({ event: $event, eventName: 'gotoDeleteApi', node: apiDataItems[node.key] })">
<li
nz-menu-item
(click)="operateApiEvent({ event: $event, eventName: 'gotoDeleteApi', node: apiDataItems[node.key] })"
>
<a>删除</a>
</li>
</ul>
Expand Down

0 comments on commit 3bb24c3

Please sign in to comment.