public.scss
743 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
//*****start*通用查询条件,列表样式******//
.from-clues {
min-width: 1280px;
height: 100%;
width: 100%;
&-header {
width: 100%;
padding: 20px 20px 0 20px;
box-sizing: border-box;
background: #FFFFFF;
border-radius: 2px;
border: 1px solid #e8edf3;
}
&-content {
width: 100%;
padding: 20px;
box-sizing: border-box;
background: #FFFFFF;
border-radius: 2px;
margin-top: 10px;
border: 1px solid #e8edf3;
}
.el-form--inline .el-form-item {
width: auto;
margin-right: 0px;
.el-form-item__content {
width: auto;
}
}
}
.width200px{
width: 200px;
}