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.

40 lines
841 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:23:58
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/text.js
  9. */
  10. export default {
  11. // text 组件
  12. text: {
  13. type: '',
  14. show: true,
  15. text: '',
  16. prefixIcon: '',
  17. suffixIcon: '',
  18. mode: '',
  19. href: '',
  20. format: '',
  21. call: false,
  22. encrypt: false,
  23. openType: '',
  24. bold: false,
  25. block: false,
  26. lines: '',
  27. color: '#303133',
  28. size: 15,
  29. iconStyle: () => ({
  30. fontSize: '15px'
  31. }),
  32. precision: true,
  33. decoration: 'none',
  34. margin: 0,
  35. lineHeight: '',
  36. align: 'left',
  37. wordWrap: 'normal'
  38. }
  39. }