dengjunjie
2025-03-12 f43b7df8400f4fcffc9f19dca0888d61e2b33d5f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 各组件的z-index值
export default {
  landsacpe: 29100,
  navbar: 29090,
  toast: 20090,
  goodsNav: 20089,
  alert: 20085,
  modal: 20080,
  popup: 20075,
  tips: 19080,
  sticky: 19075,
  indexListSticky: 19070,
  fab: 19060,
  mask: 9999,
  tableTr: 1001,
  tableTd: 1000
}