LiJinHuan
2022-03-22 c0515c2f47cafe8da39089d2173e7b41f56e5f3e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.THIS .slds-card__body {
    height: 220px;
    margin-bottom : 0;
}
 
.THIS .slds-modal__container {
    margin-top: 100px;
    height: 90%;
    width: 90%;
    max-width: initial;
}
 
.THIS .slds-modal__close {
    position: absolute;
    top: 100px;
    right: 5%;
}
 
.THIS .title {
    padding-left: 10px;
    padding-top: 6px;
}