<el-tree class="tree-line" :data="treeOption" :props="defaultProps" @node-click="getCurrentNode" >
利用样式添加虚线指示
.el-tree-style{
/deep/ .el-tree-node {
position: relative;
}
/deep/ .el-tree-node__children {
padding-left: 16px;
}
/deep/ .el-tree-node::before {
content: '';
height: 100%;
width: 1px;
position: absolute;
left: 30px;
top: 0;
border-width: 1px;
border-left: 1px dashed #ddd;
}
/deep/ .el-tree-node:last-child::before {
height: 38px;
}
/deep/ .el-tree-node::after {
content: '';
width: 15px;
height: 20px;
position: absolute;
left: 30px;
top: 12px;
border-width: 1px;
border-top: 1px dashed #ddd;
}
& > .el-tree-node::after {
border-top: none;
}
& > .el-tree-node::before {
border-left: none;
}
.el-tree-node__expand-icon {
font-size: 16px;
&.is-leaf {
color: transparent;
}
}
}
上面是“el-tree组件如何添加虚线指示”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_4410.html
workflows工作流
一辆停在混凝土墙前运动型SUV捷豹概念车
懂王特朗普3d漫画ComfyUI工作流
冬天的严寒里红梅枝上停留着一只鸟
一个可爱的人形小机器人和一只蜗牛在森林
一只乌鸦栖息在一盏神灯上
一个戴着破旧莎草帽的机械忍者
图生图生成动漫效果ComfyUI工作流
一只被水晶包围的小动物ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

利用CSS3代码编写45款按钮效果
js导出excel插件(兼容mac电脑Numbers表格)
利用css绘画棋盘布局(象棋)
3D彩色卡片
css3+js菜单点击动态效果
HTML5 Canvas 刻度尺










