edit
This commit is contained in:
@ -1,5 +1,117 @@
|
||||
:host {
|
||||
p{
|
||||
p {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
::ng-deep {
|
||||
// .ant-table-content {
|
||||
// transform: scaleY(-1);
|
||||
|
||||
// table {
|
||||
// transform: inherit
|
||||
// }
|
||||
// }
|
||||
|
||||
.page-header {
|
||||
border : 0;
|
||||
padding: 8px 8px 0;
|
||||
|
||||
.ant-breadcrumb {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
nz-range-picker {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
nz-card {
|
||||
margin: -24px -24px 0;
|
||||
|
||||
.ant-tabs-nav {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// .footer-page {
|
||||
// position : fixed;
|
||||
// bottom : 0px;
|
||||
// width : calc(100% - 300px);
|
||||
// right : 48px;
|
||||
// background-color: #ffffff;
|
||||
// height : 56px;
|
||||
// }
|
||||
|
||||
// nz-pagination {
|
||||
// position: fixed;
|
||||
// bottom : 0px;
|
||||
// width : 800px;
|
||||
// right : 48px;
|
||||
// z-index : 999;
|
||||
// }
|
||||
.ant-tabs-tab {
|
||||
padding: 12px 0px;
|
||||
margin : 0 0 0 16px;
|
||||
}
|
||||
|
||||
.ant-table-body {
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
}
|
||||
|
||||
.search-box {
|
||||
.ant-card-body {
|
||||
padding-bottom: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.content-box {
|
||||
.ant-card-body {
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-table-pagination.ant-pagination {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.ant-table-thead>tr>th,
|
||||
.ant-table-tbody>tr>td,
|
||||
.ant-table tfoot>tr>th,
|
||||
.ant-table tfoot>tr>td {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.ant-table.ant-table-bordered>.ant-table-container {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.ant-pagination-item {
|
||||
min-width : 24px;
|
||||
height : 24px;
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.ant-pagination-total-text {
|
||||
height : 24px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.ant-pagination-prev,
|
||||
.ant-pagination-next,
|
||||
.ant-pagination-jump-prev,
|
||||
.ant-pagination-jump-next {
|
||||
min-width : 24px;
|
||||
height : 24px;
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
||||
line-height: 21px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user