<style lang="scss">
/* 表格状态筛选 popover 样式 */
.ant-popover.status-filter-popover .ant-popover-inner-content {
padding: 0 !important;
}
:deep(.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab) {
background: #fff;
}
:deep(.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active) {
background: #fff;
}
.template-table-work-package {
// height: calc(100vh - 542px);
height: calc(100vh - 200px);
background: #fff;
box-sizing: border-box;
}
.template-table-work-package.ant-table-wrapper .ant-table {
// height: calc(100vh - 598px);
height: calc(100vh - 200px);
background: #fff;
// background: red;
}
.ant-table,
.ant-table-container,
.ant-table-thead>tr>th,
.ant-table-tbody>tr>td,
.ant-table-cell {
border-color: #B6C3CF !important;
}
.ant-empty-normal {
// height: calc(100vh - 576px);
height: calc(100vh - 269px);
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-block: 0;
}
.ant-table .ant-table-expanded-row-fixed{
margin-bottom: 0;
padding-bottom: 0;
}
.ant-table-thead>tr>th::before {
background-color: #B6C3CF !important;
}
.ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table {
border-color: #B6C3CF !important;
}
.ant-table-wrapper .ant-table .ant-table-header {
border-right: 1px solid #B6C3CF !important;
}
.ant-table-wrapper .ant-table-thead>tr>th {
color: #1F1F1F;
}
.ant-table-wrapper .ant-table-tbody>tr>td {
color: #1F1F1F;
}
.ant-table-wrapper .ant-table-pagination.ant-pagination {
margin-right: 20px;
}
</style>