This commit is contained in:
wangshiming
2022-03-11 15:28:41 +08:00
parent a8d25c4302
commit 2d4eb18350
13 changed files with 422 additions and 9 deletions

View File

@ -0,0 +1,19 @@
:host::ng-deep {
nz-input-number {
width: 85px;
input {
width : 100%;
margin: 0;
}
.ant-input-number-handler-wrap {
display: none;
}
}
.ant-input-group {
display: -webkit-inline-box !important;
}
}