【发布时间】:2020-11-28 10:58:15
【问题描述】:
您好,我在角度中使用 mat stepper 时遇到问题..
<div class="container text-center mt-5" >
<p>E-SNEAKERS</p>
<mat-horizontal-stepper #stepper>
<mat-step label="Step 1">
Step 1 content
</mat-step>
<mat-step label="Step 2">
Step 2 content
</mat-step>
<mat-step label="Step 3">
You are now done.
</mat-step>
</mat-horizontal-stepper>
</div>
完成步骤图标不在圆圈内.. 组件不包含任何 css..
【问题讨论】:
-
你是否在每个垫子步进器后进行填充?像这样Step 1 content