Blame view

src/styles/public.scss 950 Bytes
jiaozeping@pashanhoo.com committed
1
//*****start*通用表单查询条件,列表样式******//
2
.from-clues {
任超 committed
3 4 5
    min-width: 1280px;
    height: 100%;
    width: 100%;
任超 committed
6
    box-sizing: border-box;
7

任超 committed
8 9
    &-header {
        width: 100%;
jiaozeping@pashanhoo.com committed
10
        padding: 15px 15px 0 15px;
任超 committed
11 12
        box-sizing: border-box;
        background: #FFFFFF;
1  
jiaozeping@pashanhoo.com committed
13
        border-radius: 2px;
任超 committed
14 15
        border: 1px solid #e8edf3;
    }
16

任超 committed
17

任超 committed
18 19
    &-content {
        width: 100%;
20
        padding: 10px;
任超 committed
21 22
        box-sizing: border-box;
        background: #FFFFFF;
1  
jiaozeping@pashanhoo.com committed
23
        border-radius: 2px;
24
        margin-top: 5px;
任超 committed
25 26 27 28 29 30 31 32 33 34 35
        border: 1px solid #e8edf3;
    }

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

        .el-form-item__content {
            width: auto;
        }
    }
jiaozeping@pashanhoo.com committed
36

任超 committed
37
    .el-form-item--small.el-form-item {
jiaozeping@pashanhoo.com committed
38 39 40
        margin-bottom: 15px;

    }
1  
jiaozeping@pashanhoo.com committed
41
}
任超 committed
42

jiaozeping@pashanhoo.com committed
43
//*****end*通用表单查询条件,列表样式******//
1  
jiaozeping@pashanhoo.com committed
44 45


任超 committed
46
.width200px {
1  
jiaozeping@pashanhoo.com committed
47
    width: 200px;
jiaozeping@pashanhoo.com committed
48 49 50 51
}

.width300px {
    width: 300px;
任超 committed
52
}