Files
bbq/src/app/routes/sys-setting/components/version-logs/version-logs.component.less
Taric Xin 7e6d86d00e edit
2021-12-27 17:06:31 +08:00

32 lines
459 B
Plaintext

:host::ng-deep {
.search-box {
.ant-card-body {
padding-bottom: 18px;
}
}
.content-box {
.ant-card-body {
padding-top: 14px;
}
}
nz-range-picker {
width: 100%;
}
}
.expend-options {
margin-top: 0px;
}
@media (min-width: 1200px) {
.expend-options {
max-width: 400px;
position : absolute;
right : 0;
bottom : 25px;
}
}