<el-steps direction="vertical":active="1"> <el-step title="步骤 1"> 001002003 </el-step> <el-step title="步骤 2"></el-step> <el-step title="步骤 3"description="这是一段很长很长很长的描述性文字"></el-step> </el-steps> 所以想了一种办法,使用左右两个div实现。不过步骤条的...
el-steps的默认样式和给的UI图有差别,自己封装又费时,又达不到好用的高度,那就改样式吧 <!DOCTYPE html>改造el-steps样式.cus-steps .el-step .el-step__main{position:absolute;left:24px;top:2px;height:26px;line-height:26px;background-color:#fff;padding:0 10px 0 16px;}.cus-steps .el-ste...
51CTO博客已为您找到关于el-steps修改样式的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及el-steps修改样式问答内容。更多el-steps修改样式相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
Bug Type:Style Environment Vue Version:3.3.5 Element Plus Version:2.4.1 Browser / OS:Chrome/131.0.6778.140; Win64; x64 Build Tool:Vite Reproduction Related Component el-steps el-form-item Reproduction Link Element Plus Playground Steps to reproduce What is Expected? 解决线条错乱问题 What is act...