4

vertical line是否可以在最后一步扩展?

模板脚本阻止它:

<div class="mat-vertical-content-container" [class.mat-stepper-vertical-line]="!isLast">

这就是它现在在最后一步中的样子: 当前的

这是期望的: 期望的

感谢您的任何建议。

4

1 回答 1

0

在你的 CSS 中:

::ng-deep .mat-step:last-child .mat-vertical-content-container {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
} 
于 2022-01-17T16:27:09.183 回答