|  |  | 
 |  |  |               @selection-change="handleSelectionChange" | 
 |  |  |             > | 
 |  |  |               <el-table-column type="selection" width="50" align="center" /> | 
 |  |  |               <el-table-column label="序号" fixed align="center" key="id" prop="id" /> | 
 |  |  |               <el-table-column | 
 |  |  |                 label="序号" | 
 |  |  |                 fixed | 
 |  |  |                 align="center" | 
 |  |  |                 key="id" | 
 |  |  |                 prop="id" | 
 |  |  |               /> | 
 |  |  |               <el-table-column | 
 |  |  |                 label="模版名称" | 
 |  |  |                 fixed | 
 |  |  | 
 |  |  |  | 
 |  |  |               <el-table-column | 
 |  |  |                 label="资料形式" | 
 |  |  |                 align="center"  | 
 |  |  |                 align="center" | 
 |  |  |                 key="playType" | 
 |  |  |                 prop="playType" | 
 |  |  |                 width="120" | 
 |  |  | 
 |  |  |       this.multiple = !selection.length; | 
 |  |  |     }, | 
 |  |  |     /** 新增按钮操作 */ | 
 |  |  |     handleAdd() {}, | 
 |  |  |     handleAdd() { | 
 |  |  |       this.$router.push({ | 
 |  |  |         path: "/knowledge/templateku/configurat/", | 
 |  |  |         query: { id: null }, | 
 |  |  |       }); | 
 |  |  |     }, | 
 |  |  |  | 
 |  |  |     /** 删除按钮操作 */ | 
 |  |  |     handleDelete(row) { | 
 |  |  | 
 |  |  |   font-size: 20px; | 
 |  |  |   cursor: pointer; | 
 |  |  | } | 
 |  |  | ::v-deep .el-tree{ | 
 |  |  | ::v-deep .el-tree { | 
 |  |  |   position: relative; | 
 |  |  |     cursor: default; | 
 |  |  |     border-radius: 5px; | 
 |  |  |     background: #EFF8FE; | 
 |  |  |     color: #606266; | 
 |  |  |   cursor: default; | 
 |  |  |   border-radius: 5px; | 
 |  |  |   background: #eff8fe; | 
 |  |  |   color: #606266; | 
 |  |  |   border: 1px solid #bbe1fa; | 
 |  |  |       // border: 1px solid #dcdfe6; | 
 |  |  |     -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04); | 
 |  |  |  | 
 |  |  |   // border: 1px solid #dcdfe6; | 
 |  |  |   -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), | 
 |  |  |     0 0 6px 0 rgba(0, 0, 0, 0.04); | 
 |  |  | } | 
 |  |  | ::v-deep .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content { | 
 |  |  |     background-color: #7799FB  ; | 
 |  |  |     color: #fff; | 
 |  |  | ::v-deep | 
 |  |  |   .el-tree--highlight-current | 
 |  |  |   .el-tree-node.is-current | 
 |  |  |   > .el-tree-node__content { | 
 |  |  |   background-color: #7799fb; | 
 |  |  |   color: #fff; | 
 |  |  | } | 
 |  |  | ::v-deep .el-button--mini.is-circle { | 
 |  |  |   padding: 7px; |