Browse Source

Merge pull request #849 from zxaizhuanjiao/master

menuItem:修复图标错乱bug
main
奇淼(piexlmax 3 years ago
committed by GitHub
parent
commit
896b01ba16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      web/src/view/layout/aside/asideComponent/menuItem.vue

6
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>
Loading…
Cancel
Save