.edfx-app-tree-table-detail{
    width: 100%;
    height: 100%;


    &-form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        overflow:hidden;
        //.ant-form-item-control {
        //    min-height: 55px;
        //}
        //.ant-form-item-label {
        //    min-height: 55px;
        //}

        .ant-form-item-label{
            //width:80px;
            padding:0px 0px;
            min-height: 55px;
        }

        .ant-form-explain{
            margin-top: 5px;
        }

        .ant-form-item-control{
            min-height: 55px;
            text-align: center
        }

        .ant-form-item-control-wrapper{
            width: 300px;
        }

        .mk-datepicker,.mk-select{
            width:100%
        }
    }
}