This commit is contained in:
Taric Xin
2022-04-18 10:04:31 +08:00
4 changed files with 69 additions and 38 deletions

View File

@ -11,4 +11,10 @@
.dateBox {
display: inline-block;
margin : 0 0 0 10px;
}
:host::ng-deep {
.ant-form-item-control {
max-width: 100%;
}
}