mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-30 02:37:57 +08:00
style: content type padding
This commit is contained in:
parent
f4985883c5
commit
3581a640b3
@ -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
|
||||
|
@ -4,3 +4,8 @@
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
::ng-deep {
|
||||
.content-type-select {
|
||||
margin-left: -4px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user