Crunchy
2025-06-14 7e460156de73171f9660ce48f80703e79f8b478d
src/layout/components/Sidebar/Logo.vue
@@ -28,6 +28,9 @@
      title: 'Vue Admin Template',
      logo
    }
  },
  mounted() {
    console.log(this.collapse)
  }
}
</script>
@@ -47,19 +50,21 @@
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #6095FB;
  background: #304156;
  text-align: center;
  overflow: hidden;
  & .sidebar-logo-link {
    height: 100%;
    width: 100%;
    text-align:left;
    & .sidebar-logo {
      padding: 7.5px 20px;
      // padding: 7.5px 20px;
      width: 135px;
      height: 45px;
      vertical-align: middle;
      // position: absolute;
      // left: 20px;
    }
    & .sidebar-title {