模块单元结构只能叶子节点多选, 关联模块vpps不用限制只能叶子节点,所以另起一个组件实现只能叶子节点多选功能

This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-28 13:22:56 +08:00
parent ead1293eb2
commit d4cb099d23
3 changed files with 336 additions and 10 deletions
@@ -320,12 +320,4 @@
// }
//}
/deep/ .el-tree-node{
.is-leaf + .el-checkbox .el-checkbox__inner{
display: inline-block;
}
.el-checkbox .el-checkbox__inner{
display: none;
}
}
</style>