style: update

This commit is contained in:
kungfuboy 2022-08-04 00:15:20 +08:00
parent df9036011d
commit 539857b94c
2 changed files with 2 additions and 3 deletions

View File

@ -141,7 +141,7 @@ nz-divider {
border-top: 1px solid var(--BORDER);
}
.ant-divider {
margin: 10px 0;
// margin: 10px 0;
}
}

View File

@ -4,9 +4,8 @@
</nz-radio-group>
<nz-divider *ngIf="['formData', 'raw'].includes(bodyType)" nzType="vertical"></nz-divider>
<!-- Import -->
<div class="inline-flex items-center px-2">
<div *ngIf="['formData'].includes(bodyType)" class="inline-flex items-center px-2">
<params-import
*ngIf="['formData'].includes(bodyType)"
[baseData]="model"
[contentType]="bodyType"
(baseDataChange)="handleParamsImport($event)"