@charset "utf-8";
/**
 * Created by henian.xu on 2018/8/7 0007.
 *
 */

.el-collapse {

}

.el-collapse-item {
    .el-collapse-item__header {
        height: inherit;
        line-height: 1.5;
        .el-form-item {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            width: 90%;
            line-height: $line-height;
            margin-right: 0;
            margin-top: $margin;
            margin-bottom: $margin;
            >.el-form-item__label{
                flex: 0 0 auto;
            }
            >.el-form-item__content{
                flex: 1 1 1%;
            }
        }
    }
}
