alert.js 488 B

12345678910111213141516171819202122
  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 16:48:53
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/alert.js
  9. */
  10. export default {
  11. // alert警告组件
  12. alert: {
  13. title: '',
  14. type: 'warning',
  15. description: '',
  16. closable: false,
  17. showIcon: false,
  18. effect: 'light',
  19. center: false,
  20. fontSize: 14
  21. }
  22. }