This commit is contained in:
Taric Xin
2021-12-15 21:06:32 +08:00
parent 7f65ee67ec
commit af6675263a
7 changed files with 82 additions and 70 deletions

View File

@ -0,0 +1,22 @@
.expend-options {
margin-top: 0px;
}
@media (min-width: 1200px) {
.expend-options {
margin-top: -40px;
max-width : 400px;
position : absolute;
right : 0;
bottom : 30px;
}
}
:host::ng-deep {
nz-range-picker {
width: 100%;
}
}