mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-06-08 06:53:17 +08:00
v2.0.5
1.修复时间线图标显示问题 2.switch、radio、checkbox单位改成px,抛弃小尺寸 3.更新多种窗口组件 4.更新多种动画 5.新增步骤条组件 6.优化列表组件,新增右滑操作 7.优化图标搜索
This commit is contained in:
@@ -8,8 +8,9 @@ Page({
|
||||
{ title: '表单', name: 'form', color: 'red', icon: 'formfill' },
|
||||
{ title: '时间轴', name: 'timeline', color: 'orange', icon: 'timefill' },
|
||||
{ title: '聊天', name: 'chat', color: 'green', icon: 'messagefill' },
|
||||
{ title: '轮播', name: 'swiper', color: 'olive', icon: 'album'},
|
||||
{ title: '轮播', name: 'swiper', color: 'olive', icon: 'album' },
|
||||
{ title: '模态框', name: 'modal', color: 'grey', icon: 'squarecheckfill' },
|
||||
{ title: '步骤条', name: 'steps', color: 'cyan', icon: 'roundcheckfill' },
|
||||
],
|
||||
},
|
||||
onLoad: function () {
|
||||
|
||||
Reference in New Issue
Block a user