李金换
2022-03-23 9f7e84a5c0d70154ddd89d70d2b15e37f7e3fd24
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;
}