|
@@ -76,7 +76,7 @@ export default {
|
|
deep: true
|
|
deep: true
|
|
},
|
|
},
|
|
getExpandedKeysStep: {
|
|
getExpandedKeysStep: {
|
|
- handler(val) {
|
|
|
|
|
|
+ handler (val) {
|
|
if (val.every(v => v)) {
|
|
if (val.every(v => v)) {
|
|
this.defaultExpandedKeys = [-1]
|
|
this.defaultExpandedKeys = [-1]
|
|
this.checkedKeys.forEach(key => {
|
|
this.checkedKeys.forEach(key => {
|
|
@@ -187,6 +187,10 @@ export default {
|
|
.custom-tree-node {
|
|
.custom-tree-node {
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
+ max-width: 150px;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
::v-deep .radioBg {
|
|
::v-deep .radioBg {
|