.app-asset-record{
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden !important;
    // flex-direction: column;
    &-header {
        min-height: 30px;
        padding: 0 12px 12px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 660px;
        font-size: 12px
    }
    &-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #d9d9d9;
        .mk-datagrid .public_fixedDataTable_main{
            border-left: none;
        }
        .mk-datagrid .public_fixedDataTable_header .public_fixedDataTableCell_main{
            //background: #e4e4e4 !important;
            color: #333333;
        }
        .mk-datagrid .fixedDataTableLayout_rowsContainer .fixedDataTableRowLayout_rowWrapper .public_fixedDataTable_header{
            //background: #e4e4e4 !important;
        }
        .public_fixedDataTable_scrollbarSpacer{
            top: 0px;
        }
    }
}
.asset-record {
    /*.ant-modal-footer .ant-btn:first-child {
        display: none;
    }*/
    .ant-modal-body {
        padding: 15px 20px;
    }
    .ant-modal-footer {
        border-top: none;
        padding-top: 0;
    }
}