mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
step component
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user