UNPKG

uview-plus

Version:

零云®uview-plus已兼容vue3支持多语言,120+全面的组件和便捷的工具会让您信手拈来。近期新增拖动排序、条码、图片裁剪、下拉刷新、虚拟列表、签名、Markdown等。

24 lines 580 B
/* * @Author : ly * @Description : * @version : 4.0 * @Date : 2026-02-02 23:54:58 * @LastAuthor : ly * @lastTime : 2026-02-02 23:54:58 * @FilePath : /uview-ultra/components/up-box/box.js */ export default { // box 组件 box: { bgColors: ['#EEFCFF', '#FCF8FF', '#FDF8F2'], height: '160px', borderRadius: '6px', gap: '15px', leftIcon: '', leftTitle: '左', rightTopIcon: '', rightTopTitle: '右上', rightBottomIcon: '', rightBottomTitle: '右下' } }