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.

30 lines
716 B

2 months 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:18:20
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/picker.js
  9. */
  10. export default {
  11. // picker
  12. picker: {
  13. show: false,
  14. popupMode: 'bottom',
  15. showToolbar: true,
  16. title: '',
  17. columns: [],
  18. loading: false,
  19. itemHeight: 44,
  20. cancelText: '取消',
  21. confirmText: '确定',
  22. cancelColor: '#909193',
  23. confirmColor: '#3c9cff',
  24. visibleItemCount: 5,
  25. keyName: 'text',
  26. closeOnClickOverlay: false,
  27. defaultIndex: [],
  28. immediateChange: true
  29. }
  30. }