Skip to content

Commit

Permalink
feat: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jun 23, 2022
1 parent dc115e6 commit 6af3634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
</nz-dropdown-menu>
</header>
<!-- Fixed Group -->
<div class="group_container fixed_group_tree pt10" *ngIf="electron.isElectron">
<div class="group_container fixed_group_tree pt10">
<!-- <div class="group_container fixed_group_tree pt10" *ngIf="electron.isElectron"> -->
<nz-tree
[nzData]="fixedTreeNode"
[nzSelectedKeys]="nzSelectedKeys"
Expand All @@ -38,7 +39,9 @@
</div>
</ng-template>
</div>
<div class="bbd" *ngIf="electron.isElectron"></div>
<div class="bbd"></div>
<!-- <div class="bbd" *ngIf="electron.isElectron"></div> -->

<!-- Custom Group -->
<div class="group_container group_tree pt10">
<nz-tree
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class ApiGroupTreeComponent implements OnInit, OnDestroy {
treeNodes: GroupTreeItem[] | NzTreeNode[] | any;
fixedTreeNode: GroupTreeItem[] | NzTreeNode[] = [
{
title: 'Index',
title: 'Index', // * 概况
key: 'overview',
weight: 0,
parentID: '0',
Expand Down

0 comments on commit 6af3634

Please sign in to comment.