张宇恒
2022-03-30 1609e34521a3c16f2873d0c651a925afed4d91bc
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;
}