<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工作流
一颗巨型的木星ComfyUI工作流
一匹热血沸腾的汗血宝马庄严地站立着ComfyUI工作流
一位宇航员做在一只乌龟上在星空中游走
树上挂着一只快乐的荔枝ComfyUI工作流
一只躲在一堆秋叶里的小刺猬
一幅骨架坐在公园的长椅上
一艘来自工业时代的飞船ComfyUI工作流
去掉背景(抠图)comfyui工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

javascript如何利用draggable实现一个拖拽效果
纯css制作卡通头像(随鼠标转头)
Bootstrap可视化拖放布局
css3动画loading效果
html5如何3D立方体旋转特效
canvas黑洞漩涡(canvas+js)
iframe开发admin后台
3d文字动画效果














