This commit is contained in:
zhigang.li 2018-01-19 15:59:37 +08:00
parent acba45fed5
commit a21e798b8f
3 changed files with 4 additions and 7 deletions

View file

@ -40,9 +40,6 @@
return this.hasParentSubmenu ? {
paddingLeft: 43 + (this.parentSubmenuNum - 1) * 24 + 'px'
} : {};
},
hasParentSubmenu () {
return findComponentUpward(this, 'Submenu');
}
},
methods: {