style: content type padding

This commit is contained in:
scarqin 2022-08-04 00:23:28 +08:00
parent f4985883c5
commit 3581a640b3
2 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<!--Select content-type-->
<nz-select
*ngIf="['raw'].includes(bodyType)"
class="fs12"
class="fs12 content-type-select"
(ngModelChange)="changeContentType($event)"
[(ngModel)]="contentType"
nzBorderless

View File

@ -4,3 +4,8 @@
height: 100%;
overflow: hidden;
}
::ng-deep {
.content-type-select {
margin-left: -4px;
}
}