29520
This commit is contained in:
@@ -16,9 +16,7 @@
|
||||
default-expand-all
|
||||
highlight-current>
|
||||
<template slot-scope="{node,data}">
|
||||
<el-tooltip placement="right" :content="node.label">
|
||||
<div v-text="node.label"/>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
</el-tree>
|
||||
</ai-tree-menu>
|
||||
@@ -321,6 +319,7 @@ export default {
|
||||
this.$message.success("删除成功!");
|
||||
|
||||
this.getList();
|
||||
this.getTreeList();
|
||||
}
|
||||
});
|
||||
})
|
||||
@@ -606,6 +605,7 @@ export default {
|
||||
}
|
||||
|
||||
.is-current > .el-tree-node__content {
|
||||
color: #fff!important;
|
||||
&:hover {
|
||||
background: #2266FF;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user