Skip to content

Commit

Permalink
fix: make api-tabs space evenly
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jun 28, 2022
1 parent 368eafc commit 1b86fab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/workbench/browser/src/app/pages/api/api.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ nz-sider {
.ant-tabs-tab {
flex: 1;
justify-content: center;
margin: 0;
}
}
.tabs-bar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ <h2 class="title" *ngIf="module.title">{{ module.title }}</h2>
[nzNotFoundContent]="contentTpl">
<ng-template #contentTpl>
<span>No plugins are currently installed,
<a class="eo_link" routerLink="['/home/extension/list']">go to
install</a>
<a class="eo_link" routerLink="['/home/extension/list']">
go to install
</a>
</span>
</ng-template>
</nz-empty>
Expand Down

0 comments on commit 1b86fab

Please sign in to comment.