AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 presentation-ai
overlay-layers.ts
根目录
/
src
/
components
/
presentation
/
overlay-layers.ts
1
export const PRESENTATION_PORTAL_OVERLAY_CLASS = "z-[1000000]";
2
export const PRESENTATION_PORTAL_CONTENT_CLASS = "z-[1000001]";
3
3 lines
TYPESCRIPT