liuyn
2024-03-22 e8be4d964c6b336ed39dba5900b1b9a8f3181b96
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; /* 设置相同的高度,可以根据需要进行调整 */
}