.@{mk-prefix}-table {
    .@{ant-prefix}-table {
        color: @text-color-secondary;
    }
    .@{ant-prefix}-table-thead > tr > th, .@{ant-prefix}-table-tbody > tr > td {
        word-break: break-word;
        height: 28px;
        padding: 2px 5px;
        line-height: 28px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }
    .@{ant-prefix}-table-thead > tr > th {
        padding: 5px;
        background: @background-color;
        color: @text-color;
        font-weight: 400;
    }
    .@{ant-prefix}-table-pagination .@{mk-prefix}-btn.@{ant-prefix}-btn {
        margin-left: 10px;
        top: -1px;
    }
}
