public.scss 950 Bytes
//*****start*通用表单查询条件,列表样式******//
.from-clues {
    min-width: 1280px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;

    &-header {
        width: 100%;
        padding: 15px 15px 0 15px;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 2px;
        border: 1px solid #e8edf3;
    }


    &-content {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 2px;
        margin-top: 5px;
        border: 1px solid #e8edf3;
    }

    .el-form--inline .el-form-item {
        width: auto;
        margin-right: 0px;

        .el-form-item__content {
            width: auto;
        }
    }

    .el-form-item--small.el-form-item {
        margin-bottom: 15px;

    }
}

//*****end*通用表单查询条件,列表样式******//


.width200px {
    width: 200px;
}

.width300px {
    width: 300px;
}