合同小程序前端代码仓库
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.

26 lines
370 B

3 months ago
  1. export default {
  2. type: '',
  3. show: true,
  4. text: '',
  5. prefixIcon: '',
  6. suffixIcon: '',
  7. mode: '',
  8. href: '',
  9. format: '',
  10. call: false,
  11. openType: '',
  12. bold: false,
  13. block: false,
  14. lines: '',
  15. color: '#303133',
  16. size: 30,
  17. iconStyle: () => ({
  18. fontSize: '30rpx'
  19. }),
  20. decoration: 'none',
  21. margin: 0,
  22. lineHeight: '',
  23. align: 'left',
  24. wordWrap: 'normal',
  25. copyText: ""
  26. }