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.

22 lines
506 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:12:20
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/subsection.js
  9. */
  10. export default {
  11. // subsection组件
  12. subsection: {
  13. list: [],
  14. current: 0,
  15. activeColor: '#3c9cff',
  16. inactiveColor: '#303133',
  17. mode: 'button',
  18. fontSize: 12,
  19. bold: true,
  20. bgColor: '#eeeeef'
  21. }
  22. }