This commit is contained in:
pangxie1991 2017-01-04 16:38:00 +08:00
parent 2323611d55
commit 096239ed51
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,12 @@
</view>
</view>
<view class="zui-cell zui-cell">
<view class="zui-cell__bd">
<template is="zui-steps" data="{{ type: 'vertical', steps, className: 'my-class' }}"></template>
</view>
</view>
<view class="zui-cell zui-cell--last-child">
<view class="zui-cell__bd">
<template is="zui-steps" data="{{ type: 'vertical', steps }}"></template>

2
example/steps/index.wxss Normal file
View File

@ -0,0 +1,2 @@
.my-class {
}