rowNotice.js 454 B

123456789101112131415161718192021
  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:13
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/rowNotice.js
  9. */
  10. export default {
  11. // rowNotice
  12. rowNotice: {
  13. text: '',
  14. icon: 'volume',
  15. mode: '',
  16. color: '#f9ae3d',
  17. bgColor: '#fdf6ec',
  18. fontSize: 14,
  19. speed: 80
  20. }
  21. }