.operation-btn {
    margin-right: 8px;
}

.button-group {
    margin-left: 10px;
}

.button-group {
    margin-right: 5px;
}
.button-group {
    margin-left: 0 !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
} 
.importModal {
    .ant-label-controller-style {
        display: flex !important;
        float: none !important;
        width: 100% !important;
        margin-bottom: 20px;
    }
    .label-text {
        text-align: right !important;
        width: 100px;
    }
}

.jlt-button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;

    .j-tip-icon {
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .icon-tip {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAMAAABlGZcgAAAAXVBMVEUAAAD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgD/ZgC6UBnFAAAAHnRSTlMA0OsF8tWATyrBuy4M3GNAJPfjxntpOCiwqpSMXBINfoQ9AAAAhElEQVQY023PRxbDIAwE0DGCxMbEvaTO/Y8ZDAS8yF9KT9IInqyNprKdIGhvjMwAr9b0pudMKl+Q2J176RWNYGUybRvZoeGPcg0tNLP+RQUW1pAYeabDfGHR8ewNMSwq8flUubiHwDl/nR7ScfeO/4YqahG55XJYPkjc9eCQtffxEZd/AUa+E6UqPYG1AAAAAElFTkSuQmCC);
        background-position: 4px 3px;
        background-size: 60%;
        background-repeat: no-repeat;
    }
    .jlt-button-group-extra{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .j-button-group {
        margin-right: 10px !important;
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }
}