public.scss
912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//*****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;
}