Skip to content

Commit

Permalink
fix(components): [api-edit] fixed the save btn to top
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed May 30, 2022
1 parent 4bc79de commit ab6179b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<eo-message></eo-message>
<div class="p15">
<form nz-form [nzLayout]="'vertical'" [formGroup]="validateForm">
<div class="!pt-0 p15">
<div class="sticky top-0 z-10 pt-6 bg-white">
<button type="submit" nz-button nztype="primary" class="eo_theme_btn_success" (click)="saveApi()">保存</button>
<nz-divider></nz-divider>
</div>
<form nz-form [nzLayout]="'vertical'" [formGroup]="validateForm">
<nz-form-label nzFor="uri">API Path</nz-form-label>
<nz-input-group nzCompact>
<nz-select class="w-24" [(ngModel)]="apiData.protocol" formControlName="protocol">
Expand Down

0 comments on commit ab6179b

Please sign in to comment.