Files
bbq/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.less
Taric Xin abdc899a29 edit
2021-12-30 14:41:52 +08:00

36 lines
520 B
Plaintext

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