.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; /* 负值将图标向上移动 */ 
 | 
  } 
 |