binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
.container {
    height: 100%; /* 让容器充满整个页面 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 竖直居中 */
    top: 0;
    left: 0;
    z-index: 99; /* 确保加载指示器在最顶层 */
}
 
.my-form .slds-checkbox,
.my-form .slds-input {
  height: 2rem; /* 设置相同的高度,可以根据需要进行调整 */
}