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