Browse Source
Merge pull request #849 from zxaizhuanjiao/master
menuItem:修复图标错乱bug
main
奇淼(piexlmax
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
web/src/view/layout/aside/asideComponent/menuItem.vue
|
@ -23,7 +23,7 @@ export default { |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.gva-menu-item-title { |
|
|
|
|
|
min-width: 160px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// .gva-menu-item-title { |
|
|
|
|
|
// min-width: 160px; |
|
|
|
|
|
// } |
|
|
</style> |
|
|
</style> |