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.
 
 
 

33 regels
691 B

  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 3.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : jry
  7. * @lastTime : 2025-12-19 08:55:21
  8. * @FilePath : /uview-plus/libs/config/props/navbar.js
  9. */
  10. export default {
  11. // navbar 组件
  12. navbar: {
  13. safeAreaInsetTop: true,
  14. placeholder: false,
  15. fixed: true,
  16. border: false,
  17. leftIcon: 'arrow-left',
  18. leftText: '',
  19. rightText: '',
  20. rightIcon: '',
  21. title: '',
  22. titleColor: '',
  23. bgColor: '',
  24. titleWidth: '400rpx',
  25. height: '44px',
  26. leftIconSize: 20,
  27. leftIconColor: '',
  28. autoBack: false,
  29. titleStyle: ''
  30. }
  31. }