学员端小程序
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
718 B

1 year 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:07:49
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/keyboard.js
  9. */
  10. export default {
  11. // 键盘组件
  12. keyboard: {
  13. mode: 'number',
  14. dotDisabled: false,
  15. tooltip: true,
  16. showTips: true,
  17. tips: '',
  18. showCancel: true,
  19. showConfirm: true,
  20. random: false,
  21. safeAreaInsetBottom: true,
  22. closeOnClickOverlay: true,
  23. show: false,
  24. overlay: true,
  25. zIndex: 10075,
  26. cancelText: '取消',
  27. confirmText: '确定',
  28. autoChange: false
  29. }
  30. }