API方法showCover本页内容showCover Description 显示一个 lightbox 模态覆盖层,防止与屏幕其他部分进行交互 showCover: (box?: HTMLElement) => voidParameters box - (optional) HTMLElement - 要显示的元素 Examplescheduler.hideCover();...scheduler.showCover();Details当您提供一个元素作为参数时,此方法会通过将该 HTML 元素的 display 属性设置为 "block" 来显示它,并将其居中显示在屏幕上。Related API hideCover Need help?Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.