Skip to content

Commit

Permalink
feat: update api-test-header style
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Aug 3, 2022
1 parent 30be7d1 commit df90360
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
</nz-radio-group>
<nz-divider *ngIf="['formData', 'raw'].includes(bodyType)" nzType="vertical"></nz-divider>
<!-- Import -->
<params-import
*ngIf="['formData'].includes(bodyType)"
[baseData]="model"
[contentType]="bodyType"
(baseDataChange)="handleParamsImport($event)"
></params-import>
<div class="inline-flex items-center px-2">
<params-import
*ngIf="['formData'].includes(bodyType)"
[baseData]="model"
[contentType]="bodyType"
(baseDataChange)="handleParamsImport($event)"
></params-import>
</div>
<!--Select content-type-->
<nz-select
*ngIf="['raw'].includes(bodyType)"
Expand Down

0 comments on commit df90360

Please sign in to comment.