mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-21 22:09:16 +08:00
steps example
This commit is contained in:
parent
096239ed51
commit
5bedadf671
@ -8,12 +8,6 @@
|
||||
</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>
|
||||
@ -21,4 +15,11 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="zui-panel">
|
||||
<view class="zui-cell">
|
||||
<view class="zui-cell__bd">可自定义class</view>
|
||||
</view>
|
||||
<template is="zui-steps" data="{{ type: 'vertical', steps, className: 'my-class' }}"></template>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
@ -1,2 +1,3 @@
|
||||
.my-class {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user