uni-events-helper-wx
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.

27 lines
605 B

3 years ago
  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:16:18
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/navbar.js
  9. */
  10. export default {
  11. // navbar 组件
  12. navbar: {
  13. safeAreaInsetTop: false,
  14. placeholder: false,
  15. fixed: false,
  16. border: false,
  17. leftIcon: 'arrow-left',
  18. leftText: '',
  19. rightText: '',
  20. rightIcon: '',
  21. title: '',
  22. bgColor: '#ffffff',
  23. titleWidth: '400rpx',
  24. height: '44px'
  25. }
  26. }