康巴易测肤/伤疤uniapp小程序类
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1 个月前
1234567891011121314151617181920212223
  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 16:58:03
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/divider.js
  9. */
  10. export default {
  11. // divider组件
  12. divider: {
  13. dashed: false,
  14. hairline: true,
  15. dot: false,
  16. textPosition: 'center',
  17. text: '',
  18. textSize: 14,
  19. textColor: '#909399',
  20. lineColor: '#dcdfe6'
  21. }
  22. }