Files
bbq/src/app/shared/components/insurance-table/insurance-table.component.less
2022-01-26 10:16:37 +08:00

14 lines
222 B
Plaintext

:host::ng-deep {
nz-input-number {
width: 85px;
input {
width : 100%;
margin: 0;
}
.ant-input-number-handler-wrap {
display: none;
}
}
}