#root {
    height: 100vh;
    min-height: 100vh;
}

/* 顶部导航栏 */


.ant-table-thead > tr > th {
    background-color: #f0f2f5 !important;
    border-color: #d9d9d9 !important;
}

.ant-table-tbody > tr > td {
    border-color: #d9d9d9 !important;
}

.ant-table-tbody > tr.ant-table-row:hover > td {
    background: #f0f2f5 !important;
}

/* .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 24px
} */
.ant-table-title,
.ant-table-footer,
.ant-table-thead > tr > th,
.ant-table-tbody > tr:not(.ant-table-measure-row) > td,
tfoot > tr > th,
tfoot > tr > td {
    padding: 8px !important
}

.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
    background-color: #d6e9ff;
}

.hjzx-drawer .ant-card:not(:first-child) {
    margin-top: 12px;
}

.hjzx-drawer .ant-card .ant-card-head .ant-card-head-title {
    font-weight: bold;
}

/* 空列表时高度改小 */
.hjzx-drawer .ant-table-tbody .ant-empty-normal {
    margin: 0;
}