| | |
| | | </template> |
| | | |
| | | <!-- 商标 --> |
| | | <el-row ref="subTitleRef" class="sub-title" justify="center"> |
| | | <!-- <el-row ref="subTitleRef" class="sub-title" justify="center"> |
| | | <el-space>{{ collapse ? '' : subTitle }}</el-space> |
| | | </el-row> |
| | | </el-row> --> |
| | | </el-menu> |
| | | </template> |
| | | |
| | |
| | | calMenuHeight() { |
| | | const h1 = this.$refs.headerRef.$el.offsetHeight; |
| | | const h2 = this.$refs.header2Ref.$el.offsetHeight; |
| | | const h3 = this.$refs.subTitleRef.$el.offsetHeight; |
| | | // const h3 = this.$refs.subTitleRef.$el.offsetHeight; |
| | | const h3 = 0; |
| | | return `calc(100vh - ${h1}px - ${h2}px - ${h3}px)`; |
| | | }, |
| | | menuPath(m) { |