columnNotice.js 568 B

1234567891011121314151617181920212223242526
  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 3.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : jry
  7. * @lastTime : 2025-12-19 08:55:21
  8. * @FilePath : /uview-plus/libs/config/props/columnNotice.js
  9. */
  10. export default {
  11. // columnNotice 组件
  12. columnNotice: {
  13. text: '',
  14. icon: 'volume',
  15. mode: '',
  16. color: '#f9ae3d',
  17. bgColor: '#fdf6ec',
  18. fontSize: 14,
  19. speed: 80,
  20. step: false,
  21. duration: 1500,
  22. disableTouch: true,
  23. justifyContent: 'flex-start'
  24. }
  25. }