20 lines
257 B
Plaintext
20 lines
257 B
Plaintext
.chooseBox {
|
|
display: flex;
|
|
float : right;
|
|
}
|
|
|
|
.timeBox {
|
|
display: flex;
|
|
margin : 0 0 0 10px;
|
|
}
|
|
|
|
.dateBox {
|
|
display: inline-block;
|
|
margin : 0 0 0 10px;
|
|
}
|
|
|
|
:host::ng-deep {
|
|
.ant-form-item-control {
|
|
max-width: 100%;
|
|
}
|
|
} |