scrollList.js 490 B

1234567891011121314151617181920
  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:19:28
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/scrollList.js
  9. */
  10. export default {
  11. // scrollList
  12. scrollList: {
  13. indicatorWidth: 50,
  14. indicatorBarWidth: 20,
  15. indicator: true,
  16. indicatorColor: '#f2f2f2',
  17. indicatorActiveColor: '#3c9cff',
  18. indicatorStyle: ''
  19. }
  20. }