28 lines
396 B
Plaintext
28 lines
396 B
Plaintext
.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%;
|
|
}
|
|
|
|
.content-box {
|
|
.ant-card-body {
|
|
padding-top: 6px;
|
|
}
|
|
}
|
|
} |