buli
2023-07-14 36d15f189de2e83ce2576715dac30c3c260388dd
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.THIS {
}
 
.THIS .name {
    margin-right: 0.5cm;
}
 
.THIS .wh {
    width: 670px;
    height: 500px;
}
 
.THIS .slds-modal__container {
    max-width: 70rem !important;
    width: 90% !important;
}
 
.THIS .modal-body {
    height: 500px !important;
    max-height: 500px !important;
}
 
.THIS table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 98%;
    margin-left: 5px;
    /* border: 1px solid #000000; */
    text-align: center;
}
.THIS tr {
    /* border: 1px solid #000000; */
    text-align: center;
}
.THIS td {
    /* border: 1px solid #000000; */
    text-align: center;
}
 
.THIS th {
    /* border: 1px solid #000000; */
    text-align: center;
}
 
.THIS.backgroundInverse {
    position: relative;
    background-color: #16325c;
    height: 80px;
}
 
.THIS.exampleHolder {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    width: 55px;
    vertical-align: middle;
    white-space: nowrap;
}
 
.THIS .searchButton {
    margin-top: 20px;
    margin-left: 20px;
}
 
.THIS .slds-spinner_container {
    position: revert;
}
<<<<<<< HEAD
=======
 
.THIS .slds-backdrop2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 遮罩层的半透明背景色 */
}
.THIS .slds-backdrop_open2 {
    z-index: 9003; /* 遮罩层的层级,需要确保比模态框的层级高 */
}
>>>>>>> LEXCommunityLiJun