// ------各个组件z-index变量-----

// 90
$cn-tab-z-index: 90; // CnTab 标签页
$cn-filter-sticky-z-index: 90; // CnFilter 筛选器吸顶

// 99
$cn-affix-content-z-index: 99; // CnAffix 吸顶容器（未使用）

// 100
$cn-page-footer-z-index: 100; // CnPageFooter 页面底部容器
$cn-tab-container-z-index: 100; // CnTab 标签页可滚动容器

// 200
$cn-bottom-nav-bar-z-index: 200; // CnBottomNavBar 底部快捷菜单
$cn-tab-more-z-index: 200; // CnTab 标签页附加区域

// 300
$cn-modal-z-index: 300; // CnModel和CnDialog 弹框
$cn-drawer-z-index: 300; // CnDrawer 抽屉

// 399
$cn-message-mask-z-index: 399; // CnMessage 消息遮罩

// 400
$cn-message-z-index: 400; // CnMessage 消息
$cn-bottom-nav-bar-more-z-index: 400; // CnBottomNavBar 底部快捷菜单更多场景

// 999
$cn-loading-toast-z-index: 999; // CnLoading 加载器toast场景

// 1000
$cn-image-viewer-slider-z-index: 1000; // CnImageViewer 图片查看

// 1030
$cn-popover-z-index: 1030; // CnPopover 气泡弹出框(未使用)

// 2000
$cn-watermark-z-index: 2000; // CnWatermark 水印
