.el-steps--vertical .el-step:last-child:before {   // 最后一步加实线
  content: "";
  position: absolute;
  top: -4px; /* 调整连接线位置 */
  left: 1.1%; /* 垂直方向的偏移值调整 */
  width: 1px;
  height: calc(100% + 8px);
  border-left: 3px solid #ccc; /* 将虚线改为实线 */
}


虚线代码
::v-deep .el-step.is-vertical  .el-step__line{
    border: 2px dashed #CCD1DE;
    top: 0;
    bottom: 0;
    left: 11px;
    background-color: transparent;
}

GitHub 加速计划 / eleme / element
54.06 K
14.63 K
下载
A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:3 个月前 )
c345bb45 7 个月前
a07f3a59 * Update transition.md * Update table.md * Update transition.md * Update table.md * Update transition.md * Update table.md * Update table.md * Update transition.md * Update popover.md 7 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐