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
47
48
49
50
51
52
53
54
/**
公共样式
*/
*{
font-family: 'Source Han Sans CN';
}
.ml10 {
margin-left: 10px;
}
.mb10 {
margin-bottom: 10px;
}
.mb20 {
margin-bottom: 24px;
}
.ml20 {
margin-left: 20px;
}
.ml300 {
margin-left: 320px;
}
.flex {
display: flex;
}
.flex_clo {
display: flex;
flex-direction: column;
// height: 880px;
}
.leakage-cable .leakage-top{
padding-right: 10px;
}
.el-table{
height: 613px;
overflow-y: scroll;
}
.el-dialog__header{
text-align: center;
}
.device-detail-tb td{
text-align: right;
background: #fff;
color:#333333;
padding-left: 25px;
}
.form .el-form-item .el-select{
width: 100%;
}