19626
2023-10-07 988f9735377909b6310301e582c15804e004783f
force-app/main/default/aura/taskManage/taskManage.css
@@ -13,4 +13,27 @@
    height: 20px;
}
.THIS html{font-family: Microsoft YaHei }
/*2021-10-19  mzy  任务管理改善  end*/
/*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; /* 负值将图标向上移动 */
  }