yangjieke
2022-04-24 e52b2723e36ae49397c0f637edf6838bf5f3a022
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;
}