riku
2024-10-24 3d3e7f45086799fdd7a412e2079710a6cdf8dc2b
src/components/core/SiderMenu.vue
@@ -77,7 +77,7 @@
  data() {
    return {
      popVisible: false,
      menuHeight: '800px',
      menuHeight: '600px',
      title: '生态环境线上监管',
      subTitle: '©上海飞羽环保科技有限公司',
      sysIndex: 0,
@@ -139,7 +139,7 @@
    this.navPage(...this.menuPath(this.menus[0]));
  },
  mounted() {
    // this.menuHeight = this.calMenuHeight();
    this.menuHeight = this.calMenuHeight();
  }
};
</script>
@@ -179,7 +179,7 @@
.el-menu-vertical-demo:not(.el-menu--collapse) {
  /* width: 200px; */
  min-height: 100vh;
  /* max-height: 100vh; */
  max-height: 100vh;
}
.el-menu--collapse {