liuyn
2024-03-11 a87f1c3df03078814ee97ad0c8ac200a232419e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.THIS#test  {
    position: absolute;
}
.THIS .slds-dropdown_left{
    overflow:auto;
}
/*2021-10-19  mzy  任务管理改善  start*/
.THIS .fontSize{
    font-size: 20px;
}
.THIS .CheckSize{
    width: 20px;
    height: 20px;
}
.THIS html{font-family: Microsoft YaHei }
/*2021-10-19  mzy  任务管理改善  end*/
 
 
  .THIS :host{
    --slds-g-color-error-base-40: #ba0517 !important;
  }
 
   /* CSS 文件中的样式 */
   .THIS .spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* 背景色,可以根据需要调整透明度 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* 确保覆盖其他内容 */
  }
  
  .THIS .spinner-overlay lightning-spinner {
    margin-top: -100px; /* 负值将图标向上移动 */
  }