38 lines
575 B
Plaintext
38 lines
575 B
Plaintext
: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: 900px) {
|
|
.expend-options {
|
|
margin-top: -40px;
|
|
max-width : 400px;
|
|
position : absolute;
|
|
right : 0;
|
|
bottom : 30px;
|
|
}
|
|
|
|
} |