/* 隐藏 grid 工具栏的独立区块，将按钮移入页面标题栏 */
.custom-data-table-header {
    position: absolute;
    top: -60px;
    right: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 100;
}

.custom-data-table-header .table-responsive {
    overflow: visible !important;
}

.custom-data-table-header .top {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* 让父容器 relative 以便绝对定位 */
.dcat-admin-body .content .row,
.dcat-admin-body .content > .row > .col-md-12 {
    position: relative;
}
