.ttk-scm-app-matching-unit{
    &-waring {
        font-size: 12px;
        color: #FA954C;
        margin-bottom: 10px;
    }
    &-list {
        height: 270px;
        border-left: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        &-archiveType {
            font-size: 12px;
            margin: 0;
            .ant-radio-wrapper{
                display: inline;
                margin: 0;
                line-height: 35px;
            }
        }
        &-archiveSelect {
            width: 100%;
        }
        .mk-radio {
            font-size: 12px;
            .ant-radio {
                margin-left: 8px;
            }
        }
        .ant-select-selection--single {
            height: 26px;
            margin: 5px;
            .ant-select-selection__rendered {
                line-height: 26px;
                font-size: 12px;
            }
        }
    }
}

.correspondent-unit {
    .ant-modal-footer .ant-btn:first-child {
        display: none;
    }
}