dengjunjie
2024-12-16 499f0fe29df8dbbad2be559833de311fbeb4d124
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
}