Element UI 的 el-steps 实现竖直方向的步骤条设置成虚线,并显示出最后一步的连接线
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element
免费下载资源
·
.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 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)