You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
343 B

  1. // uniapp在H5中各API的z-index值如下:
  2. /**
  3. * actionsheet: 999
  4. * modal: 999
  5. * navigate: 998
  6. * tabbar: 998
  7. * toast: 999
  8. */
  9. export default {
  10. toast: 10090,
  11. noNetwork: 10080,
  12. // popup包含popup,actionsheet,keyboard,picker的值
  13. popup: 10075,
  14. mask: 10070,
  15. navbar: 980,
  16. topTips: 975,
  17. sticky: 970,
  18. indexListSticky: 965,
  19. }