public.scss 752 Bytes
//*****start*通用查询条件,列表样式******//
.from-clues {
    padding: 10px;
    background: #f7f7f7;
    min-width: 1280px;
    height: 100%;
    width: 100%;

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

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

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

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