sticky.js 442 B

1234567891011121314151617181920
  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 1.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : LQ
  7. * @lastTime : 2021-08-20 17:01:30
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/sticky.js
  9. */
  10. export default {
  11. // sticky组件
  12. sticky: {
  13. offsetTop: 0,
  14. customNavHeight: 0,
  15. disabled: false,
  16. bgColor: 'transparent',
  17. zIndex: '',
  18. index: ''
  19. }
  20. }