everywill d1b3cd3472 增加Capsule, Noticebar, Popup;修正Dialog在非最外层情况下引入的样式问题;更新readme。 (#32)
* style: badge上标大小改变更加灵活

* style: panel-title的行高跟随字号

* style: 绝对定位的元素width或height为auto,left,right,top,bottom不为auto时,auto的margin将计算为0,同初始值

* style: 修复作为组件使用时dialog的定位问题

* style: 修正示例

* style: add

* style: capsule

* style: modify readme

* style: add noticebar

* style: modify readme

* style: noticebar优化

* style: add popup

* style: remove

* style: 左右反了...

* style: 通告栏支持同一页面多个

* style: 独立管理不同noticebar的动画数据
2017-10-01 23:39:53 +08:00

75 lines
1.7 KiB
JavaScript

Page({
data: {
list: [
{
name: 'Badge 徽章',
path: '/example/badge/index'
}, {
name: 'Button 按钮',
path: '/example/btn/index'
}, {
name: 'Capsule 胶囊',
path: '/example/capsule/index'
}, {
name: 'Card 卡片',
path: '/example/card/index'
}, {
name: 'Cell 单元格',
path: '/example/cell/index'
}, {
name: 'Dialog 弹出框',
path: '/example/dialog/index'
}, {
name: 'Form 表单',
path: '/example/form/index'
}, {
name: 'Helper 基础样式',
path: '/example/helper/index'
}, {
name: 'Icon 图标',
path: '/example/icon/index'
}, {
name: 'Label 标签',
path: '/example/label/index'
}, {
name: 'Loadmore 加载',
path: '/example/loadmore/index'
}, {
name: 'Noticebar 通告栏',
path: '/example/noticebar/index'
}, {
name: 'Panel 面板',
path: '/example/panel/index'
}, {
name: 'Popup 弹出层',
path: '/example/popup/index'
}, {
name: 'Quantity 计数器',
path: '/example/quantity/index'
}, {
name: 'Steps 步骤条',
path: '/example/steps/index'
}, {
name: 'Switch 开关',
path: '/example/switch/index'
}, {
name: 'Tab 标签',
path: '/example/tab/index'
}, {
name: 'Toast 轻提示',
path: '/example/toast/index'
}, {
name: 'Toptips 通告栏',
path: '/example/toptips/index'
}
]
},
onLoad: function () {
},
onShow: function() {
},
})