riku
2025-07-15 c40f4c1267dae4fcf27dbbd75ea83014fba87783
src/components/core/SiderMenu.vue
@@ -77,7 +77,7 @@
  data() {
    return {
      popVisible: false,
      menuHeight: '600px',
      menuHeight: '80vh',
      title: '生态环境线上监管',
      subTitle: '©上海飞羽环保科技有限公司',
      sysIndex: 0,
@@ -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 {