notify.js 477 B

1234567891011121314151617181920212223
  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/notify.js
  9. */
  10. export default {
  11. // notify组件
  12. notify: {
  13. top: 0,
  14. type: 'primary',
  15. color: '#ffffff',
  16. bgColor: '',
  17. message: '',
  18. duration: 3000,
  19. fontSize: 15,
  20. safeAreaInsetTop: false
  21. }
  22. }