mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-30 02:37:57 +08:00
style: update
This commit is contained in:
parent
df9036011d
commit
539857b94c
@ -141,7 +141,7 @@ nz-divider {
|
||||
border-top: 1px solid var(--BORDER);
|
||||
}
|
||||
.ant-divider {
|
||||
margin: 10px 0;
|
||||
// margin: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user