| | |
| | | layerParams.value.addNest = true; |
| | | layerParams.value.decideWhetherToAddOrEdit = 1 |
| | | emit('newFencesMethods'); |
| | | |
| | | console.log('layerParams.value',layerParams.value); |
| | | |
| | | }; |
| | | // 新增文件夹 |
| | | const addFolder = () => {}; |
| | | const addFolder = () => { |
| | | layerParams.value.addFolder = true |
| | | layerParams.value.addAnEditingFolder =1 |
| | | }; |
| | | onMounted(() => { |
| | | gettreeDataApi(); |
| | | }); |
| | |
| | | display: flex; |
| | | } |
| | | .tableListBox { |
| | | //:deep(.el-tree-node__content) { |
| | | // // 奇数行背景色 |
| | | // &:nth-child(odd) { |
| | | // background-color: rgba(13, 43, 56, 0.5) !important; |
| | | // } |
| | | // // 偶数行背景色 |
| | | // &:nth-child(even) { |
| | | // background-color: rgba(30, 45, 81, 0.5) !important; |
| | | // } |
| | | //} |
| | | |
| | | |
| | | :deep(){ |
| | | .el-checkbox{ |
| | | --el-checkbox-bg-color: transparent !important; |
| | | } |
| | | } |
| | | .tree-node { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | width: 100%; |
| | | |
| | | } |
| | | |
| | | .tree-node-actions { |