.ttk-table-app-tab-list-add{
    // padding-left: 20px;
    &-form{
        overflow: hidden;
        .mk-form .ant-form-explain,.ant-form-explain{
            top: 35px;
        }
        &-code{
            .ant-input-group-wrapper{
                vertical-align: inherit;
                position: relative;
                top: 5px;
            }
            .ant-form-item-with-help{
                margin-bottom: 10px;
            }
            .ant-form-explain{
                top: 33px;
            }
        }
        &-parent{
            .parentName{
                cursor: pointer;
                display: block;
                white-space:nowrap;
                overflow:hidden;
                text-overflow:ellipsis;
                width: 280px;
            }
        }
    }
    &-footer{
        text-align: right;
        &-ok{
            margin-left: 8px;
        }
    }
    .mk-form-item {
        .ant-form-item-label {
            width: 73px;
            font-size: 12px;
            padding: 2px 0;
            label {
              color: #666;
            }
        }
        .ant-checkbox-wrapper, .ant-radio-wrapper {
            font-size: 12px;
        }
        .ant-form-item-control{
            // vertical-align: middle;
            .ant-input-group{
                .ant-input-group-addon{
                    font-size: 12px;
                }
                .mk-input{
                    height: 28px;
                }
            }
        }
        .ant-select-selection--single{
            height: 28px;
            font-size: 12px;
            .ant-select-selection__rendered{
                line-height: 26px;
            }
        }
    }
    .auxiliary-content {
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 20px;
        overflow: hidden;
        width: 340px;
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
        .ant-checkbox-wrapper {
            width: 33%;
            padding: 3px 0;
            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;
            line-height: 1.5;
        }
    }
    .adjust-accounts .ant-form-item-control {
        >.ant-checkbox-wrapper {
            line-height: 36px;
        }
    }

    .adjust-accounts, .adjust-accounts-x{
        margin-left: 12px;
    }

    .adjust-accounts-x .ant-form-item-control>span {
        display: flex;
        flex-direction: row;
        .ant-checkbox-wrapper {
            line-height: 46px;
        }
        .number-content, .adjust-accounts-content {
            .ant-form-item-label label {
                color: #666;
            }
        }
    }
    .number-content.mk-layout, .adjust-accounts-content.mk-layout {
        display: flex;
        flex-direction: row;
        line-height: 28px;
    }
    .btn {
        margin-left: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 12px;
    }

    .ant-form-explain {
        font-size: 12px;
        margin-top: 1px;
    }
    a:hover {
        text-decoration: underline;
    }
}
.app-proof-of-charge-modal{
    [path = 'root.children.root-content.children.header'] {
        padding: 10px 0px !important;
    }
    [path = 'root.children.root.children.root-content.children.header'] {
        padding: 10px 0px !important;
    }
}