涂煌豪
2022-04-19 7ee2437b006cfc30e940cfb1711bf42f2ca3553d
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
.THIS {
    margin: 12px;    
}
 
.THIS td {
    padding: 2px;
}
 
.THIS .probability {
    padding-right: 4px;
    text-align: right;
}
 
.THIS {
    position: relative;
}
 
.THIS img {
    margin: 8px 0;
    height: 150px;
}
 
.THIS table {
    display: block;
    width: 100%;
}
 
.THIS tr {
    border-top: 1px dashed rgb(216, 221, 230);
    width: 100%;
}
 
.THIS .slds-grid > div {
    padding: 2px 3px 0 3px;
    font-size: 12px;
    border-bottom: 1px dashed rgb(216, 221, 230);
}
 
.THIS .slds-file-selector {
    margin-top: 4px;
    width: 100% !important;
}
 
.THIS .slds-file-selector__dropzone {
    width: 100% !important;
}
 
.THIS .slds-form-element__label {
    display: none;
}