box.js 580 B

123456789101112131415161718192021222324
  1. /*
  2. * @Author : ly
  3. * @Description :
  4. * @version : 4.0
  5. * @Date : 2026-02-02 23:54:58
  6. * @LastAuthor : ly
  7. * @lastTime : 2026-02-02 23:54:58
  8. * @FilePath : /uview-ultra/components/up-box/box.js
  9. */
  10. export default {
  11. // box 组件
  12. box: {
  13. bgColors: ['#EEFCFF', '#FCF8FF', '#FDF8F2'],
  14. height: '160px',
  15. borderRadius: '6px',
  16. gap: '15px',
  17. leftIcon: '',
  18. leftTitle: '左',
  19. rightTopIcon: '',
  20. rightTopTitle: '右上',
  21. rightBottomIcon: '',
  22. rightBottomTitle: '右下'
  23. }
  24. }