This commit is contained in:
wangshiming
2021-12-07 16:27:41 +08:00
parent 94fe5ffaae
commit 69ff7dc306
8 changed files with 407 additions and 1 deletions

View File

@ -0,0 +1,34 @@
:host::ng-deep {
.search-box {
.ant-card-body {
padding-bottom: 18px;
}
}
.content-box {
.ant-card-body {
padding-top: 0;
}
}
nz-range-picker {
width: 100%;
}
.ant-tabs-tab-btn {
padding-left : 16px;
padding-right: 16px;
}
}
.expend-options {
margin-top: 0px;
}
@media (min-width: 1200px) {
.expend-options {
margin-top: -40px;
}
}