Files
bbq/src/app/routes/usercenter/components/driver/driver.component.less
Taric Xin 6eb92655d8 edit
2022-01-12 11:26:19 +08:00

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;
}
}
}