step component

This commit is contained in:
cookfront
2017-03-02 13:59:27 +08:00
parent 12c80402a8
commit c8f7888dd2
4 changed files with 58 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<h1 class="page-title">Steps</h1>
<h2 class="page-sub-title">基础用法</h2>
<zan-steps icon="topay">
<zan-steps icon="certificate" icon-class="steps-success" title="等待商家发货" description="等待商家发货">
</zan-steps>
</div>
</template>
@@ -11,3 +11,9 @@
<script>
</script>
<style>
.steps-success {
color: #06bf04;
}
</style>